This commit is contained in:
2023-11-11 21:17:14 -08:00
parent e250afc8c2
commit fe0e0a30a5
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ RUN chmod +x /MCtemp/install_script.sh
VOLUME /MCserver VOLUME /MCserver
# 25565 Default. # 25565 Default.
EXPOSE $GAME_PORT_UDP/udp $GAME_PORT_TCP/tcp EXPOSE 25565/udp 25565/tcp
# Run command # Run command
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ] CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]

View File

@@ -28,7 +28,7 @@ RUN chmod +x /MCtemp/install_script.sh
VOLUME /MCserver VOLUME /MCserver
# 25565 Default. # 25565 Default.
EXPOSE $GAME_PORT_UDP/udp $GAME_PORT_TCP/tcp EXPOSE 25565/udp 25565/tcp
# Run command # Run command
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ] CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]

View File

@@ -28,7 +28,7 @@ RUN chmod +x /MCtemp/install_script.sh
VOLUME /MCserver VOLUME /MCserver
# 25565 Default. # 25565 Default.
EXPOSE $GAME_PORT_UDP/udp $GAME_PORT_TCP/tcp EXPOSE 25565/udp 25565/tcp
# Run command # Run command
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ] CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]