This commit is contained in:
2019-10-30 21:31:37 -05:00
parent bb0f4f0b87
commit 7a7cad55b8

View File

@ -97,10 +97,13 @@ RUN \\
" --rcon-port \${RCON_PORT} \\\" \\
" --server-whitelist \${CONFIG}/server-whitelist.json \\\" \\
" --use-server-whitelist \\\" \\
" --server-adminlist \${CONFIG}/server-adminlist.json \\\"
" --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
"""
podTemplate(