1
0
cuberite-2a/app.yml
Alexander Harkness b9f467571c Added nohup.
2014-11-02 10:09:38 +00:00

12 lines
285 B
YAML

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