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

4 lines
185 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-local