From c9fd2b27dcfe2c0150333d8eeafb446e9d9d1aff Mon Sep 17 00:00:00 2001 From: Samantha Neubeck <2856339+Scassany@users.noreply.github.com> Date: Sat, 23 Aug 2025 22:11:32 -0500 Subject: [PATCH] Update git linux build files --- Docker/build/linux-git/docker-build-staticfilesserver.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Docker/build/linux-git/docker-build-staticfilesserver.sh b/Docker/build/linux-git/docker-build-staticfilesserver.sh index 3ec753c..f6db6d3 100644 --- a/Docker/build/linux-git/docker-build-staticfilesserver.sh +++ b/Docker/build/linux-git/docker-build-staticfilesserver.sh @@ -1,2 +1,4 @@ #!/bin/sh -docker build -t darkarchon/mare-synchronos-staticfilesserver:latest . -f ../Dockerfile-MareSynchronosStaticFilesServer-git --no-cache --pull --force-rm \ No newline at end of file +cd ../../../ +docker build -t darkarchon/mare-synchronos-staticfilesserver:latest . -f Docker/build/Dockerfile-MareSynchronosStaticFilesServer-git --no-cache --pull --force-rm +cd Docker/build/linux-git