mirror of
https://github.com/home-assistant/frontend.git
synced 2026-09-13 12:10:54 +01:00
* Fixup dev container * Fix yarn installation command in bootstrap script * Fast restart
7 lines
146 B
Docker
7 lines
146 B
Docker
FROM mcr.microsoft.com/devcontainers/python:3.14
|
|
|
|
ENV \
|
|
DEBIAN_FRONTEND=noninteractive \
|
|
DEVCONTAINER=true \
|
|
PATH=$PATH:./node_modules/.bin
|