mare.server/Docker/build/linux-git/docker-build-authservice.sh
2025-08-23 22:11:47 -05:00

4 lines
199 B
Bash

#!/bin/sh
cd ../../../
docker build -t darkarchon/mare-synchronos-authservice:latest . -f Docker/build/Dockerfile-MareSynchronosAuthService-git --no-cache --pull --force-rm
cd Docker/build/linux-git