diff --git a/.devcontainer.json b/.devcontainer.json index 57c3c08..977ec55 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -4,8 +4,8 @@ "ghcr.io/devcontainers/features/docker-in-docker:1": {} }, "hostRequirements": { - "cpus": "4", + "cpus": 4, "memory": "8gb" }, - "postCreateCommand": "./scripts/install.sh" + "postCreateCommand": "cd scripts/; ./install.sh" }