mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +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:
parent
5cdcec699b
commit
1d498349c5
@ -4,7 +4,7 @@
|
|||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "Dockerfile",
|
||||||
"context": ".."
|
"context": ".."
|
||||||
},
|
},
|
||||||
"appPort": 8123,
|
"appPort": "8124:8123",
|
||||||
"context": "..",
|
"context": "..",
|
||||||
"postCreateCommand": "script/bootstrap",
|
"postCreateCommand": "script/bootstrap",
|
||||||
"extensions": [
|
"extensions": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user