We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19294d commit 107bea9Copy full SHA for 107bea9
bin/dockerized.bat
@@ -1,3 +1,3 @@
1
@ECHO OFF
2
-SET DOCKERIZED_ROOT="%~dp0%\.."
3
-PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%DOCKERIZED_ROOT%\bin\dockerized.ps1' %*"
+SET _DOCKERIZED_PS=%~dp0%dockerized.ps1
+PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%_DOCKERIZED_PS%' %*"
0 commit comments