From ac116f4f7cef51e9219da15fb1005cff5e3ff5cc Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Fri, 27 Sep 2019 19:54:05 -0500 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 87dd64a333..3cce5cbf76 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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