From 7e271ba3758fabf15dc72425a3888dad86da1999 Mon Sep 17 00:00:00 2001 From: TheSp1der Date: Wed, 30 Oct 2019 22:08:56 -0500 Subject: [PATCH] are we finished? --- build-factario-container.jenkins | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-factario-container.jenkins b/build-factario-container.jenkins index d859c52..401d4c4 100644 --- a/build-factario-container.jenkins +++ b/build-factario-container.jenkins @@ -100,7 +100,12 @@ RUN \\ " --server-adminlist \${CONFIG}/server-adminlist.json \\\\" \\ " --rcon-password \\\"\\\$(cat \${CONFIG}/rconpw)\\\" \\\\" \\ " --server-id /factorio/config/server-id.json \\\\" \\ - " \${@}" + " \${@}" > ./start-server.sh && \\ + chmod +x ./start-server.sh + +USER factorio + +CMD ./start-server.sh """ podTemplate(