forked from Eauldane/SnowcloakServer
4 lines
180 B
Bash
4 lines
180 B
Bash
#!/bin/sh
|
|
cd ../../../
|
|
docker build -t darkarchon/mare-synchronos-services:latest . -f ../Dockerfile-MareSynchronosServices --no-cache --pull --force-rm
|
|
cd Docker/build/linux-local |