From 1486827532368d7262539df8440f2fd79f99ddba Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 4 Feb 2021 11:58:36 +0100 Subject: [PATCH] Add missing context to devcontainer (#16408) --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 04770dc73f4..1311cef7e02 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,6 @@ { "name": "home-assistant.io", + "context": "..", "dockerFile": "../Dockerfile", "appPort": [4000], "postCreateCommand": "bundle install && npm install",