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