Skip to content

Commit

Permalink
fix run command
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Apr 17, 2023
1 parent d9fd377 commit 4af5677
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ SHELL ["cmd", "/S", "/C"]
COPY Emscripten.Build.Definition.vsix .

RUN `
set VSCMD_DEBUG=1 `
&& ""%ProgramFiles%\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat"" `
""%ProgramFiles%\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat" `
&& VSIXInstaller /quiet /admin Emscripten.Build.Definition.vsix `
&& PowerShell -NoLogo -ExecutionPolicy ByPass Wait-Process -Name "VSIXInstaller" `
&& del /q Emscripten.vsix
&& del /q Emscripten.vsix"

# Define the entry point for the docker container.
# This entry point starts the developer command prompt and launches the PowerShell shell.
Expand Down

0 comments on commit 4af5677

Please sign in to comment.