mare.server/Docker/build/linux-git/docker-build-staticfilesserver.sh
2025-08-23 22:11:32 -05:00

4 lines
211 B
Bash

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