diff --git a/.devcontainer.json b/.devcontainer.json index d34ae950..f2f59a67 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,7 +1,7 @@ { "name": "lbbrhzn/ocpp", "image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye", - "postCreateCommand": "scripts/setup", + "onCreateCommand": "scripts/setup", "forwardPorts": [ 8123 ], @@ -38,4 +38,4 @@ "features": { "ghcr.io/devcontainers/features/rust:1": {} } -} \ No newline at end of file +}