diff options
-rw-r--r-- | .devcontainer/default/devcontainer.json | 1 |
1 files changed, 0 insertions, 1 deletions
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" } |