Updated Dockerfile to copy in example entrypoints

This commit is contained in:
Bill 2018-01-16 18:03:13 -06:00
parent 4449e13675
commit ffef5899e9

View File

@ -35,6 +35,8 @@ VOLUME /factorio
EXPOSE $PORT/udp $RCON_PORT/tcp
COPY ./docker-entrypoint.sh /
COPY ./scenario2map.sh /factorio/entrypoints
COPY ./scenariosh /factorio/entrypoints
USER $USER