mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-16 06:10:58 -08:00
10 lines
207 B
YAML
10 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
|