xb
This commit is contained in:
drmad69 2020-11-01 15:15:18 +00:00
parent 55a43d19f0
commit 1822b3e53b

12
.gitpod.yml Normal file
View File

@ -0,0 +1,12 @@
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
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: echo 'init script' # runs during prebuild
command: echo 'start script'