mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-07 11:17:23 +01:00
Updated Dockerfile to copy in example entrypoints
This commit is contained in:
parent
4449e13675
commit
ffef5899e9
@ -35,6 +35,8 @@ VOLUME /factorio
|
|||||||
EXPOSE $PORT/udp $RCON_PORT/tcp
|
EXPOSE $PORT/udp $RCON_PORT/tcp
|
||||||
|
|
||||||
COPY ./docker-entrypoint.sh /
|
COPY ./docker-entrypoint.sh /
|
||||||
|
COPY ./scenario2map.sh /factorio/entrypoints
|
||||||
|
COPY ./scenariosh /factorio/entrypoints
|
||||||
|
|
||||||
USER $USER
|
USER $USER
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user