mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-05 16:00:01 +01:00
* Update .gitpod.yml * Create .gitpod.dockerfile * Update .gitpod.dockerfile * Update .gitpod.dockerfile * Update .gitpod.dockerfile * Update .gitpod.dockerfile
19 lines
311 B
YAML
19 lines
311 B
YAML
image:
|
|
file: .gitpod.dockerfile
|
|
tasks:
|
|
- init: npm run setup
|
|
command: npm start
|
|
ports:
|
|
- port: 3000
|
|
onOpen: open-preview
|
|
|
|
github:
|
|
prebuilds:
|
|
branches: true
|
|
pullRequests: true
|
|
pullRequestsFromForks: true
|
|
addCheck: true
|
|
addComment: true
|
|
addBadge: false
|
|
addLabel: false
|