Update git linux build files

This commit is contained in:
Samantha Neubeck 2025-08-23 22:09:01 -05:00 committed by GitHub
parent be02a123b6
commit 45a2eef31e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,4 @@
#!/bin/sh
docker build -t darkarchon/mare-synchronos-authservice:latest . -f ../Dockerfile-MareSynchronosAuthService-git --no-cache --pull --force-rm
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