remove chmod +x because file is already executable

This commit is contained in:
David Andersen 2017-12-12 10:14:49 -08:00
parent 487d345480
commit e2e7cc7798

View File

@ -25,7 +25,6 @@ VOLUME /factorio
EXPOSE $PORT/udp $RCON_PORT/tcp EXPOSE $PORT/udp $RCON_PORT/tcp
COPY ./docker-entrypoint.sh / COPY ./docker-entrypoint.sh /
RUN chmod +x /docker-entrypoint.sh
ENTRYPOINT ["/sbin/tini", "--"] ENTRYPOINT ["/sbin/tini", "--"]
CMD ["/docker-entrypoint.sh"] CMD ["/docker-entrypoint.sh"]