From e067eee5222e114940ae4cb3c88c3e564634ae92 Mon Sep 17 00:00:00 2001 From: lbbrhzn <8673442+lbbrhzn@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:45:42 +0100 Subject: [PATCH] change postCreate to onCreate (#970) --- .devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}