From a989b500b00196272f191ab24c51eb5610a94ab3 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Mon, 19 Mar 2018 17:28:40 +0000 Subject: [PATCH] moved entrypoints to files directory --- 0.16/Dockerfile | 4 +--- 0.16/{ => files}/docker-entrypoint.sh | 0 0.16/{ => files}/scenario.sh | 0 0.16/{ => files}/scenario2map.sh | 0 4 files changed, 1 insertion(+), 3 deletions(-) rename 0.16/{ => files}/docker-entrypoint.sh (100%) rename 0.16/{ => files}/scenario.sh (100%) rename 0.16/{ => files}/scenario2map.sh (100%) diff --git a/0.16/Dockerfile b/0.16/Dockerfile index dfb567b..9cd4eff 100644 --- a/0.16/Dockerfile +++ b/0.16/Dockerfile @@ -37,9 +37,7 @@ VOLUME /factorio EXPOSE $PORT/udp $RCON_PORT/tcp -COPY ./docker-entrypoint.sh / -COPY ./scenario2map.sh / -COPY ./scenario.sh / +COPY files/ / USER $USER diff --git a/0.16/docker-entrypoint.sh b/0.16/files/docker-entrypoint.sh similarity index 100% rename from 0.16/docker-entrypoint.sh rename to 0.16/files/docker-entrypoint.sh diff --git a/0.16/scenario.sh b/0.16/files/scenario.sh similarity index 100% rename from 0.16/scenario.sh rename to 0.16/files/scenario.sh diff --git a/0.16/scenario2map.sh b/0.16/files/scenario2map.sh similarity index 100% rename from 0.16/scenario2map.sh rename to 0.16/files/scenario2map.sh