Files
LightlessServer/Docker/build/windows-local/docker-build-authservice.bat
2025-08-27 03:02:29 +02:00

4 lines
198 B
Batchfile

@echo off
cd ..\..\..\
docker build -t darkarchon/mare-synchronos-authservice:latest . -f Docker\build\Dockerfile-MareSynchronosAuthService --no-cache --pull --force-rm
cd Docker\build\windows-local