Skip to content

Commit cc0c129

Browse files
authored
Add Windows launcher for UI Docker workflow (#724)
1 parent e30b399 commit cc0c129

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ui/start.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@echo off
2+
pushd "%~dp0.." || exit /b 1
3+
docker build -f ui/Dockerfile . -t zoltar-ui && docker run --add-host=host.docker.internal:host-gateway zoltar-ui
4+
set "exit_code=%errorlevel%"
5+
popd
6+
pause
7+
exit /b %exit_code%

0 commit comments

Comments
 (0)