bereit
This commit is contained in:
10
build-docker.bat
Normal file
10
build-docker.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
cd C:\Users\handg\git\sa1920
|
||||
@echo off
|
||||
:KillEdge
|
||||
timeout 1
|
||||
taskkill /F /IM MicrosoftEdgeCP.exe
|
||||
if %errorlevel% NEQ 0 (goto :build) else (goto KillEdge)
|
||||
:build
|
||||
docker run --rm --volume C:\Users\handg\git\sa1920\:/thesis-template/ thesis-template
|
||||
thesis.pdf
|
||||
pause
|
||||
Reference in New Issue
Block a user