mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 18:14:16 +01:00
4 lines
191 B
Bash
4 lines
191 B
Bash
#!/bin/sh
|
|
cd ../../../
|
|
docker build -t darkarchon/mare-synchronos-services:latest . -f Docker/build/Dockerfile-MareSynchronosServices --no-cache --pull --force-rm
|
|
cd Docker/build/linux-local
|