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 20, 2024
1 parent b7863a5 commit eef1492
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ runtime: python311
build:
commands:
build:
- cd linguaphoto
- pip install --upgrade --upgrade-strategy eager -r requirements.txt
- cd frontend
- npm install
- npm run build
run:
command: |
cd linguaphoto
uvicorn main:app --host 0.0.0.0 --port 8080
command:
cd frontend && npx serve -s build -l 8080

0 comments on commit eef1492

Please sign in to comment.