Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joejcollins authored Mar 12, 2024
1 parent ecbf53b commit f9468dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.209.6/containers/ubuntu
{
"name": "Ubuntu",
"build": {
"dockerfile": "../.gitpod.Dockerfile",
"context": "../"
},
"image": "joejcollins/captain-black:20240222",
"hostRequirements": {
"cpus": 2,
"memory": "4gb"
Expand Down Expand Up @@ -49,4 +46,4 @@
"postCreateCommand": ". ./.devcontainer/post-create.sh > ../post-create-log.txt",
// Ensure that redis is running
"postStartCommand": "service redis-server restart"
}
}

0 comments on commit f9468dd

Please sign in to comment.