mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
11 lines
195 B
YAML
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 |