From f4d26520eda4a24ebce12f5dc9a1305203886a2c Mon Sep 17 00:00:00 2001 From: Serhii Ofii <132130496+SnowGlowedMountain@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:12:57 +0300 Subject: [PATCH] Update apprunner.yaml --- apprunner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apprunner.yaml b/apprunner.yaml index 123eee6..0e164f7 100644 --- a/apprunner.yaml +++ b/apprunner.yaml @@ -12,5 +12,5 @@ build: run: command: | - cd frontend && npx serve -s build -l 8080 & # Serve frontend on port 8080 - cd ../linguaphoto && fastapi run --port 8080 # Run backend server \ No newline at end of file + 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