are we finished?

This commit is contained in:
Hyatt 2019-10-30 22:08:56 -05:00
parent 9fe2450dc0
commit 7e271ba375
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -100,7 +100,12 @@ RUN \\
" --server-adminlist \${CONFIG}/server-adminlist.json \\\\" \\
" --rcon-password \\\"\\\$(cat \${CONFIG}/rconpw)\\\" \\\\" \\
" --server-id /factorio/config/server-id.json \\\\" \\
" \${@}"
" \${@}" > ./start-server.sh && \\
chmod +x ./start-server.sh
USER factorio
CMD ./start-server.sh
"""
podTemplate(