diff --git a/Dockerfile b/Dockerfile index d4da0b3..5666f92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/smart_launch.sh b/docker-entrypoint.sh similarity index 100% rename from smart_launch.sh rename to docker-entrypoint.sh