Skip to content

Commit 107bea9

Browse files
fix: run dockerized from dos
1 parent e19294d commit 107bea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/dockerized.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@ECHO OFF
2-
SET DOCKERIZED_ROOT="%~dp0%\.."
3-
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%DOCKERIZED_ROOT%\bin\dockerized.ps1' %*"
2+
SET _DOCKERIZED_PS=%~dp0%dockerized.ps1
3+
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%_DOCKERIZED_PS%' %*"

0 commit comments

Comments
 (0)