Skip to content

Commit

Permalink
Remove Dapr init for stabillity reasons (#6608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Nov 5, 2024
1 parent 11c51e7 commit 98d51ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@
}
},
"onCreateCommand": "dotnet restore",
"postCreateCommand": "dapr init",
"postStartCommand": "dotnet dev-certs https --trust"
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}

0 comments on commit 98d51ca

Please sign in to comment.