From 559838835f348c31e57d9e23bf5afe960f383b0e Mon Sep 17 00:00:00 2001 From: JoYo <> Date: Fri, 19 Feb 2021 19:22:35 -0500 Subject: [PATCH] close command for entrypoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b17ea2..d880e4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN C:\docker\vs_buildtools.exe --quiet --wait --norestart --nocache ` VOLUME C:\source\ WORKDIR C:\source\ -ENTRYPOINT ["powershell", "-NoExit", "-Command", "Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll;", "Enter-VsDevShell -VsInstallPath C:\\msvc\\"] +ENTRYPOINT ["powershell", "-NoExit", "-Command", "Import-Module C:\\msvc\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll;", "Enter-VsDevShell -VsInstallPath C:\\msvc\\;"]