Changed CMD, trying to not have it stop immediately after starting

This commit is contained in:
WilliamMiceli
2019-11-12 19:24:08 -05:00
parent 6f55b0c62a
commit a4e9f614c3

View File

@@ -14,5 +14,5 @@ COPY /entrypoint.sh /
EXPOSE 19132 EXPOSE 19132
EXPOSE 25565 EXPOSE 25565
# CMD ["/bin/sh", "/entrypoint.sh"] # CMD ["/bin/bash", "/entrypoint.sh"]
CMD ["/bin/sh"] CMD ["/bin/bash"]