ProxyChief/.gitpod.yml
17lwinn fc374e91b9
Gitpod integration (#5)
* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Update .gitpod.yml

* Update .gitpod.yml

* Update .gitpod.yml

* Update README.md
2020-04-26 10:29:53 -07:00

12 lines
270 B
YAML

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: 8000
onOpen: notify
tasks:
- init: npm install # runs during prebuild
command: npm start