1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2025-01-08 03:12:56 +02:00

moved entrypoints to files directory

This commit is contained in:
David Andersen 2018-03-19 17:28:40 +00:00
parent 66bef56cd2
commit a989b500b0
4 changed files with 1 additions and 3 deletions

View File

@ -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