diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 72201639952..f2c030f8945 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,6 +2,9 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/codespaces-linux { "name": "GitHub Codespaces (Default)", + "build": { + "dockerfile": "Dockerfile" + }, "settings": { "files.watcherExclude": { "**/_layout/**": true