Skip to content

Commit

Permalink
Adjust dev container definition
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Nov 10, 2022
1 parent 9fa6f9c commit 159034d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 159034d

Please sign in to comment.