are we finished?

This commit is contained in:
2019-10-30 22:08:56 -05:00
parent 9fe2450dc0
commit 7e271ba375

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(