mare.server/Docker/build/linux-git/docker-build-services.sh
2025-08-23 22:12:10 -05:00

4 lines
183 B
Bash

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