From bcddff74be332e151c3ccda4007ec5c15465e2e0 Mon Sep 17 00:00:00 2001 From: Serhii Ofii <132130496+SnowGlowedMountain@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:20:06 +0300 Subject: [PATCH] Update apprunner.yaml --- apprunner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprunner.yaml b/apprunner.yaml index 0e164f7..feacc7d 100644 --- a/apprunner.yaml +++ b/apprunner.yaml @@ -13,4 +13,4 @@ build: run: command: | cd frontend && npx serve -s build -l 3000 & # Serve frontend on port 3000 - cd ../linguaphoto && uvicorn app:app --host 0.0.0.0 --port 8080 # Run backend server on port 8080 + cd ../linguaphoto && uvicorn main:app --host 0.0.0.0 --port 8080 # Run backend server on port 8080