aboutsummaryrefslogtreecommitdiffhomepage
path: root/.devcontainer/default/devcontainer.json
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-09-13 19:06:11 +0200
committerThomas Van Iseghem <[email protected]>2023-09-13 19:06:11 +0200
commit9a29489a29dc91ed08bd1d502cb2964570b36f63 (patch)
treee5881b7720fe66fbb7b46e8c03d6fb2adb60ac43 /.devcontainer/default/devcontainer.json
parentfda485fc1ec3a3ff4075ff212f22a98218f8f009 (diff)
downloadOpenCortex-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.json1
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"
}