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 fa996c6 commit bd2dec0Copy full SHA for bd2dec0
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "RazorPagesMovie Dev Container",
3
- "image": "mcr.microsoft.com/dotnet/sdk:6.0",
+ "image": "mcr.microsoft.com/devcontainers/dotnet:6.0",
4
"forwardPorts": [5000, 5001],
5
"postCreateCommand": "apt-get update && apt-get install -y docker.io",
6
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
0 commit comments