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