1
0
cuberite-2a/app.yml
Alexander Harkness e5a2b6d9d6 Files found.
2014-11-02 10:27:39 +00:00

12 lines
313 B
YAML

name: MCServer
image: ubuntu-14-04-x64
config:
#cloud-config
packages:
- curl
- screen
runcmd:
- mkdir /minecraft
- cd /minecraft && curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh
- screen -S mcserver -d -m 'cd /minecraft/MCServer && ./MCServer'