corrects location of start script

This commit is contained in:
Hyatt 2021-05-06 10:25:51 -05:00
parent 826de38baa
commit c585b2d358

View File

@ -119,13 +119,13 @@ RUN apk add --update --no-cache \\
" --rcon-password \\\"\\\$(cat \${CONFIG}/rconpw)\\\" \\\\" \\
" --server-id /factorio/config/server-id.json \\\\" \\
" \${@}" > ./start-server.sh && \\
chmod +x ./start-server.sh
chmod +x /opt/factorio/start-server.sh
USER factorio
WORKDIR /opt/factorio
ENTRYPOINT [ "/bin/sh", "-c", "./start-server.sh" ]
ENTRYPOINT [ "/bin/sh", "-c", "/opt/factorio/start-server.sh" ]
"""
podTemplate(