This commit is contained in:
2023-11-10 14:17:01 -08:00
parent 93ae2a145f
commit f31f08c7db
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,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_Vanilla.sh
RUN chmod +x /MCtemp/install_script.sh
# Directory where data is stored
VOLUME /MCserver