From 93ae2a145fac832ace955c66b6a16771ce5720b9 Mon Sep 17 00:00:00 2001 From: fithwum Date: Fri, 10 Nov 2023 14:15:43 -0800 Subject: [PATCH] updates --- vanilla/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 82af029..95dcd27 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -30,4 +30,4 @@ VOLUME /MCserver EXPOSE 25565/udp 25565/tcp # Run command -CMD [ "/bin/bash", "./MCtemp/Install_Script_Vanilla.sh" ] \ No newline at end of file +CMD [ "/bin/bash", "./MCtemp/install_script.sh" ] \ No newline at end of file