1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-26 03:40:37 +01:00

Improve-dev-container (#24296)

* Add gh cli to dev container

* Add develop and serve vscode task
This commit is contained in:
Wendelin
2025-02-18 10:51:56 +01:00
committed by GitHub
parent 1363884773
commit 347ee2a4c3
3 changed files with 65 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"context": ".."
},
"appPort": "8124:8123",
"postCreateCommand": "sudo apt update && sudo apt upgrade -y && sudo apt install -y libpcap-dev",
"postCreateCommand": "./.devcontainer/post_create.sh",
"postStartCommand": "script/bootstrap",
"containerEnv": {
"DEV_CONTAINER": "1",