1
0
cuberite-2a/app.yml
Alexander Harkness 01c45a2f4c Create app.yml
2014-11-01 14:51:02 +00:00

11 lines
273 B
YAML

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