fixed typo

This commit is contained in:
2023-11-08 15:14:06 -08:00
parent 54ea7e5867
commit a1b85fdd42
50 changed files with 50 additions and 50 deletions

View File

@@ -22,7 +22,7 @@ RUN mkdir -p /MCserver /MCtemp \
&& chmod 777 -R /MCserver /MCtemp \
&& chown 99:100 -R /MCserver /MCtemp
ADD "${INSTALL_SCRIPT}" /MCtemp
RUN chmod +x /MCtemp/Install_Script.sh
RUN chmod +x /MCtemp/Install_Script_Vanilla.sh
# Directory where data is stored
VOLUME /MCserver