mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-14 23:18:21 +00:00
Update container port (#8352)
* Update container port * Update .devcontainer/devcontainer.json Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"dockerfile": "Dockerfile",
|
||||
"context": ".."
|
||||
},
|
||||
"appPort": 8123,
|
||||
"appPort": "8124:8123",
|
||||
"context": "..",
|
||||
"postCreateCommand": "script/bootstrap",
|
||||
"extensions": [
|
||||
|
||||
Reference in New Issue
Block a user