mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-12-25 10:28:22 +01:00
rename entrypoint
This commit is contained in:
parent
88258a263e
commit
4ed57b0c20
@ -17,9 +17,8 @@ RUN apk --update add bash curl && \
|
|||||||
|
|
||||||
VOLUME /opt/factorio/saves /opt/factorio/mods
|
VOLUME /opt/factorio/saves /opt/factorio/mods
|
||||||
|
|
||||||
COPY ./smart_launch.sh /opt
|
|
||||||
|
|
||||||
EXPOSE 34197/udp 27015/tcp
|
EXPOSE 34197/udp 27015/tcp
|
||||||
|
|
||||||
CMD ["/opt/smart_launch.sh"]
|
COPY ./docker-entrypoint.sh /
|
||||||
|
|
||||||
|
CMD ["/docker-entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user