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

4 lines
187 B
Bash

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