Add missing context to devcontainer (#16408)

This commit is contained in:
Franck Nijhof 2021-02-04 11:58:36 +01:00 committed by GitHub
parent d703d0a94f
commit 1486827532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{
"name": "home-assistant.io",
"context": "..",
"dockerFile": "../Dockerfile",
"appPort": [4000],
"postCreateCommand": "bundle install && npm install",