Files
gui/.gitpod.yml
2023-07-15 16:05:17 +02:00

11 lines
195 B
YAML

image:
file: Dockerfile.gitpod
ports:
- port: 6080
onOpen: open-preview
tasks:
- init: yarn install
command: yarn start
- init: yarn install
command: yarn electron
openMode: split-right