This commit is contained in:
William Miceli
2019-08-31 20:06:25 -04:00
parent a9180e6124
commit 394d770403

View File

@@ -11,4 +11,5 @@ RUN apt-get update && apt-get install -y curl \
COPY /entrypoint.sh /
EXPOSE 25565
CMD ["/bin/sh", "/entrypoint.sh"]
CMD ["/bin/bash"]
# CMD ["/bin/sh", "/entrypoint.sh"] Temporary