From c585b2d3588fb7b8217cd0200e0ea2aab8710016 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Thu, 6 May 2021 10:25:51 -0500 Subject: [PATCH] corrects location of start script --- build-factario-container.jenkins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-factario-container.jenkins b/build-factario-container.jenkins index b4d80dc..79562ac 100644 --- a/build-factario-container.jenkins +++ b/build-factario-container.jenkins @@ -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(