are we finished?
This commit is contained in:
parent
9fe2450dc0
commit
7e271ba375
@ -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(
|
||||
|
Reference in New Issue
Block a user