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