corrects start script path

This commit is contained in:
Hyatt 2021-05-06 10:28:26 -05:00
parent c585b2d358
commit 822595e9ee

View File

@ -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