4 lines
192 B
Batchfile
4 lines
192 B
Batchfile
![]() |
@echo off
|
||
|
cd ..\..\..\
|
||
|
docker build -t darkarchon/mare-synchronos-services:latest . -f Docker\build\Dockerfile-MareSynchronosServices --no-cache --pull --force-rm
|
||
|
cd Docker\build\windows-local
|