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