1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2025-01-10 03:16:41 +02:00

removed unused USER directive

This commit is contained in:
David Andersen 2019-02-26 14:18:43 -08:00
parent e62f5e799a
commit 17109c97c1

View File

@ -41,6 +41,4 @@ EXPOSE $PORT/udp $RCON_PORT/tcp
COPY files/ /
#USER $USER
ENTRYPOINT ["/docker-entrypoint.sh"]