mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-14 02:34:15 +01:00
4 lines
185 B
Bash
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
|