mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
11 lines
207 B
YAML
11 lines
207 B
YAML
image:
|
|
file: .gitpod.Dockerfile
|
|
tasks:
|
|
- init: yarn && gp sync-done boot
|
|
- before: cd gulp
|
|
init: gp sync-await boot && yarn
|
|
command: yarn gulp
|
|
ports:
|
|
- port: 3005
|
|
onOpen: open-preview
|