gitpod: remove bloat and used different port

This commit is contained in:
Kreyren 2020-01-12 09:44:20 +01:00 committed by GitHub
parent d4344ab9db
commit 33a24de9aa
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -3,10 +3,5 @@ image:
# 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
- port: 6080
onOpen: open-preview
# 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'