I herar you needed more escapes for your escapes.
This commit is contained in:
parent
1ed8ef5335
commit
9c2c7d35d1
@ -89,17 +89,17 @@ RUN \\
|
||||
" --map-gen-settings \${CONFIG}/map-gen-settings.json \\\\" \\
|
||||
" --map-settings \${CONFIG}/map-settings.json" \\
|
||||
"fi" \\
|
||||
"/opt/factorio/bin/x64/factorio \\" \\
|
||||
" --port \${PORT} \\\" \\
|
||||
" --start-server-load-latest \\\" \\
|
||||
" --server-settings \${CONFIG}/server-settings.json \\\" \\
|
||||
" --server-banlist \${CONFIG}/server-banlist.json \\\" \\
|
||||
" --rcon-port \${RCON_PORT} \\\" \\
|
||||
" --server-whitelist \${CONFIG}/server-whitelist.json \\\" \\
|
||||
" --use-server-whitelist \\\" \\
|
||||
" --server-adminlist \${CONFIG}/server-adminlist.json \\\" \\
|
||||
" --rcon-password \\\"\$(cat \${CONFIG}/rconpw)\\\" \\\" \\
|
||||
" --server-id /factorio/config/server-id.json \\\" \\
|
||||
"/opt/factorio/bin/x64/factorio \\\\" \\
|
||||
" --port \${PORT} \\\\" \\
|
||||
" --start-server-load-latest \\\\" \\
|
||||
" --server-settings \${CONFIG}/server-settings.json \\\\" \\
|
||||
" --server-banlist \${CONFIG}/server-banlist.json \\\\" \\
|
||||
" --rcon-port \${RCON_PORT} \\\\" \\
|
||||
" --server-whitelist \${CONFIG}/server-whitelist.json \\\\" \\
|
||||
" --use-server-whitelist \\\\" \\
|
||||
" --server-adminlist \${CONFIG}/server-adminlist.json \\\\" \\
|
||||
" --rcon-password \\\"\$(cat \${CONFIG}/rconpw)\\\" \\\\" \\
|
||||
" --server-id /factorio/config/server-id.json \\\\" \\
|
||||
" \${@}"
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user