diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5d55d9a..d92414f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,6 +4,7 @@ "rebornix.Ruby" ], "onCreateCommand": "bundle install --local", + "postCreateCommand": "", "hostRequirements": { "cpus": 8, "memory": "16gb",