mare.server/Docker/build/linux-local/docker-build-services.sh
2025-08-23 22:07:48 -05:00

4 lines
191 B
Bash

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