rename entrypoint

This commit is contained in:
David Andersen 2016-10-25 18:39:28 +00:00
parent 88258a263e
commit 4ed57b0c20
2 changed files with 2 additions and 3 deletions

View File

@ -17,9 +17,8 @@ RUN apk --update add bash curl && \
VOLUME /opt/factorio/saves /opt/factorio/mods
COPY ./smart_launch.sh /opt
EXPOSE 34197/udp 27015/tcp
CMD ["/opt/smart_launch.sh"]
COPY ./docker-entrypoint.sh /
CMD ["/docker-entrypoint.sh"]