There was an error while loading. Please reload this page.
1 parent e30b399 commit cc0c129Copy full SHA for cc0c129
1 file changed
ui/start.bat
@@ -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