Terasology/.gitpod.yml
2020-04-07 03:47:48 +02:00

12 lines
185 B
YAML

image:
file: gitpod.dockerfile
tasks:
- init: ./gradlew jar idea
command: ./gradlew jar game
ports:
- port: 5900
onOpen: ignore
- port: 6080
onOpen: open-preview