misc: fix docker build with space in path

This commit is contained in:
Dniel97
2026-05-13 18:36:45 +02:00
parent b3c4fa9a21
commit 07308aa37c
+1 -1
View File
@@ -12,7 +12,7 @@ if ERRORLEVEL 1 (
goto failure
)
docker run -it --rm -v %~dp0:/bananatools --name %CONTAINER_NAME% %IMAGE_NAME%
docker run -it --rm -v "%~dp0:/bananatools" --name %CONTAINER_NAME% %IMAGE_NAME%
if ERRORLEVEL 1 (
goto failure