From 1955fe063904d58a834a531fef84ea8616a6467f Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 27 Jul 2026 12:42:29 -0700 Subject: [PATCH] update dockerfile --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index eb645e7..1e586c7 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -7,7 +7,7 @@ ENV VS_VERSION="" ENV USERNAME="" # URL's for files -ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/vanilla/install_script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/server/install_script.sh # Install Dependencies. RUN apt-get -y update && apt-get autoclean && apt-get autoremove \