diff options
author | Thomas Van Iseghem <[email protected]> | 2023-09-13 19:06:11 +0200 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-09-13 19:06:11 +0200 |
commit | 9a29489a29dc91ed08bd1d502cb2964570b36f63 (patch) | |
tree | e5881b7720fe66fbb7b46e8c03d6fb2adb60ac43 /.devcontainer/default/devcontainer.json | |
parent | fda485fc1ec3a3ff4075ff212f22a98218f8f009 (diff) | |
download | OpenCortex-9a29489a29dc91ed08bd1d502cb2964570b36f63.tar.gz OpenCortex-9a29489a29dc91ed08bd1d502cb2964570b36f63.zip |
[Fix] Dev container should only run init_system once on build
Diffstat (limited to '.devcontainer/default/devcontainer.json')
-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" } |