Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfrye committed Jan 30, 2024
2 parents d13cfa4 + 1c1041e commit ff7c406
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json",
"name": "DotCom",
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm",
"features": {
"ghcr.io/devcontainers/features/powershell": "latest",
"devwasm.azurecr.io/dev-wasm/dev-wasm-feature/dotnet-wasi:0": "latest"
},
"forwardPorts": [5139],
"postCreateCommand": "dotnet restore; pwsh",
"shutdownAction": "stopContainer",
"remoteUser": "root"
}

0 comments on commit ff7c406

Please sign in to comment.