Skip to content

Commit

Permalink
change postCreate to onCreate (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbbrhzn authored Nov 8, 2023
1 parent d9253da commit e067eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lbbrhzn/ocpp",
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
"postCreateCommand": "scripts/setup",
"onCreateCommand": "scripts/setup",
"forwardPorts": [
8123
],
Expand Down Expand Up @@ -38,4 +38,4 @@
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
}
}
}

0 comments on commit e067eee

Please sign in to comment.