From 9a29489a29dc91ed08bd1d502cb2964570b36f63 Mon Sep 17 00:00:00 2001 From: Thomas Van Iseghem Date: Wed, 13 Sep 2023 19:06:11 +0200 Subject: [Fix] Dev container should only run init_system once on build --- .devcontainer/default/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/default/devcontainer.json b/.devcontainer/default/devcontainer.json index 2a95e8c..091e946 100644 --- a/.devcontainer/default/devcontainer.json +++ b/.devcontainer/default/devcontainer.json @@ -7,7 +7,6 @@ "UPDATE_FILE": "update-dYOaOKRKVdwFYyN2bb4KCKkl5Wjc1hg6.bin.gz" }, "forwardPorts": [5900], - "postCreateCommand": "/bin/bash /init_system.sh", "postStartCommand": "/bin/bash /init_system.sh", "shutdownAction": "stopCompose" } -- cgit v1.2.3