File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33
44# Note:
55# This is run during container startup.
6+ Install-Module - Name ' Az' - Repository PSGallery - Force
7+ Install-Module - Name ' PSRule.Rules.Azure' - Repository PSGallery - Scope CurrentUser
Original file line number Diff line number Diff line change 5656 " editorconfig.editorconfig"
5757 ]
5858 }
59- }
59+ },
60+ "onCreateCommand" : " /opt/microsoft/powershell/7/pwsh -f .devcontainer/container-build.ps1" ,
61+ "postStartCommand" : " /opt/microsoft/powershell/7/pwsh -f .devcontainer/container-start.ps1"
6062 // Use 'forwardPorts' to make a list of ports inside the container available locally.
6163 // "forwardPorts": [],
6264 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
You can’t perform that action at this time.
0 commit comments