corrects start script path
This commit is contained in:
parent
c585b2d358
commit
822595e9ee
@ -118,7 +118,7 @@ RUN apk add --update --no-cache \\
|
||||
" --server-adminlist \${CONFIG}/server-adminlist.json \\\\" \\
|
||||
" --rcon-password \\\"\\\$(cat \${CONFIG}/rconpw)\\\" \\\\" \\
|
||||
" --server-id /factorio/config/server-id.json \\\\" \\
|
||||
" \${@}" > ./start-server.sh && \\
|
||||
" \${@}" > /opt/factorio/start-server.sh && \\
|
||||
chmod +x /opt/factorio/start-server.sh
|
||||
|
||||
USER factorio
|
||||
|
Reference in New Issue
Block a user