update port testing

This commit is contained in:
2023-11-12 06:44:25 -08:00
parent 805bb9e28f
commit eeb018cfc0
2 changed files with 2 additions and 18 deletions

View File

@@ -2,8 +2,7 @@ FROM fithwum/debian-base:bullseye
LABEL maintainer "fithwum"
ENV ACCEPT_EULA=""
ENV GAME_PORT_TCP=""
ENV GAME_PORT_UDP=""
ENV GAME_PORT=""
ENV MC_VERSION=""
# URL's for files
@@ -27,8 +26,5 @@ RUN chmod +x /MCtemp/install_script.sh
# Directory where data is stored
VOLUME /MCserver
# 25565 Default.
#EXPOSE 25565/udp 25565/tcp
# Run command
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]