mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 19:44:15 +01:00
4 lines
187 B
Bash
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
|