updates/new version

This commit is contained in:
2022-10-16 18:29:44 -07:00
parent b999ef7391
commit d7d53b95e4
6 changed files with 152 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ RUN chmod +x /MCtemp/Install_Script.sh
VOLUME /MCserver
# 25565 Default.
EXPOSE 25565/udp 25565/tcp
EXPOSE ${GAME_PORT}
# Run command
CMD [ "/bin/bash", "./MCtemp/Install_Script.sh" ]