Skip to content

Commit e067eee

Browse files
authored
change postCreate to onCreate (#970)
1 parent d9253da commit e067eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lbbrhzn/ocpp",
33
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
4-
"postCreateCommand": "scripts/setup",
4+
"onCreateCommand": "scripts/setup",
55
"forwardPorts": [
66
8123
77
],
@@ -38,4 +38,4 @@
3838
"features": {
3939
"ghcr.io/devcontainers/features/rust:1": {}
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)