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