mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 10:57:19 +00:00
7 lines
148 B
Docker
7 lines
148 B
Docker
FROM mcr.microsoft.com/devcontainers/python:1-3.13
|
|
|
|
ENV \
|
|
DEBIAN_FRONTEND=noninteractive \
|
|
DEVCONTAINER=true \
|
|
PATH=$PATH:./node_modules/.bin
|