diff --git a/Dockerfile b/Dockerfile index cc65760..de7135e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,5 @@ COPY /entrypoint.sh / EXPOSE 19132 EXPOSE 25565 -CMD ["/bin/sh", "/entrypoint.sh"] \ No newline at end of file +# CMD ["/bin/sh", "/entrypoint.sh"] +CMD ["/bin/sh"] \ No newline at end of file