Update .gitpod.yml

This commit is contained in:
Sean Hellum 2019-09-27 19:54:05 -05:00 committed by GitHub
parent 6617731d5b
commit ac116f4f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,2 @@
image:
file: docker/Dockerfile
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/43_config_ports/
ports:
- port: 3000
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/44_config_start_tasks/
tasks:
- init: echo 'init script' # runs during prebuild
command: echo 'start script'
file: .gitpod.dockerfile