[mc] Use ENTRYPOINT and pass through extra args

Enables experimenting for #80
This commit is contained in:
Geoff Bourne
2016-05-28 20:58:36 -05:00
parent dd5a21067b
commit 0defd266a6
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ mkdir -p /home/minecraft
chown minecraft: /home/minecraft
echo "Switching to user 'minecraft'"
exec sudo -E -u minecraft /start-minecraft
exec sudo -E -u minecraft /start-minecraft $*