Create .gitpod.yml

This commit is contained in:
17lwinn 2020-04-26 17:13:51 +01:00 committed by GitHub
parent c83f84b3e3
commit 90e94ae721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.gitpod.yml Normal file
View File

@ -0,0 +1,11 @@
image:
file: .gitpod.Dockerfile
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-preview
tasks:
- init: pnpm install # runs during prebuild
command: npm start