Files
SnowcloakServer/Docker/build/linux-local/docker-build-services.sh
2025-08-22 11:55:35 +01:00

4 lines
180 B
Bash

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