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 eef1492 commit c166d38
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions apprunner.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
version: 1.0
runtime: python311
runtime: node18

build:
commands:
build:
- cd frontend
- npm install
- npm run build
- cd frontend
- npm install
- npm run build

run:
command:
command: |
cd frontend && npx serve -s build -l 8080

0 comments on commit c166d38

Please sign in to comment.