Changed CMD, trying to not have it stop immediately after starting
This commit is contained in:
@@ -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"]
|
||||||
Reference in New Issue
Block a user