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