diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4f5ceb6a..54b04953 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": {},