mirror of
https://github.com/MovingBlocks/Terasology
synced 2026-05-24 09:28:22 +00:00
12 lines
185 B
YAML
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
|