Initial
This commit is contained in:
3
Docker/build/windows-git/docker-build-authservice.bat
Normal file
3
Docker/build/windows-git/docker-build-authservice.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
docker build -t darkarchon/mare-synchronos-authservice:latest . -f ..\Dockerfile-MareSynchronosAuthService-git --no-cache --pull --force-rm
|
2
Docker/build/windows-git/docker-build-server.bat
Normal file
2
Docker/build/windows-git/docker-build-server.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
docker build -t darkarchon/mare-synchronos-server:latest . -f ..\Dockerfile-MareSynchronosServer-git --no-cache --pull --force-rm
|
3
Docker/build/windows-git/docker-build-services.bat
Normal file
3
Docker/build/windows-git/docker-build-services.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
docker build -t darkarchon/mare-synchronos-services:latest . -f ..\Dockerfile-MareSynchronosServices-git --no-cache --pull --force-rm
|
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
docker build -t darkarchon/mare-synchronos-staticfilesserver:latest . -f ..\Dockerfile-MareSynchronosStaticFilesServer-git --no-cache --pull --force-rm
|
6
Docker/build/windows-git/docker-build.bat
Normal file
6
Docker/build/windows-git/docker-build.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
|
||||
call docker-build-server.bat
|
||||
call docker-build-authservice.bat
|
||||
call docker-build-services.bat
|
||||
call docker-build-staticfilesserver.bat
|
Reference in New Issue
Block a user