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 ac4f651 commit f4d2652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit f4d2652

Please sign in to comment.