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