Skip to content

Commit

Permalink
change devcontainer.json to reflect current setup
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Oct 31, 2024
1 parent 790ebce commit c40ea30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
// Uncomment this and comment "image" out for local devcontainer building.
"build": {
"dockerfile": "Dockerfile",
"context": "../",
"cacheFrom": "ghcr.io/nrel/buildingmotif/devcontainer:ts-devcontainers"
"cacheFrom": "ghcr.io/nrel/buildingmotif/devcontainer"
},
// "image": "ghcr.io/nrel/buildingmotif/devcontainer:ts-devcontainers",
"runArgs": ["--net=host"], // Use host network for webapp (which only listens for localhost by default)
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
Expand Down

0 comments on commit c40ea30

Please sign in to comment.