Skip to content

Commit

Permalink
Update apprunner.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Ofii authored Aug 19, 2024
1 parent f4d2652 commit bcddff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcddff7

Please sign in to comment.