Skip to content

Commit

Permalink
fix: run dockerized from dos
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeversteegh committed Apr 11, 2022
1 parent e19294d commit 107bea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dockerized.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@ECHO OFF
SET DOCKERIZED_ROOT="%~dp0%\.."
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%DOCKERIZED_ROOT%\bin\dockerized.ps1' %*"
SET _DOCKERIZED_PS=%~dp0%dockerized.ps1
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%_DOCKERIZED_PS%' %*"

0 comments on commit 107bea9

Please sign in to comment.