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