mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-11-04 09:09:38 +01:00
b88fee3c7a
* Changes for new docker build architecture * Fix generate.py
11 lines
174 B
Docker
11 lines
174 B
Docker
ARG BUILD_FROM=esphome/esphome-hassio-amd64:dev
|
|
FROM ${BUILD_FROM}
|
|
|
|
# Copy root filesystem
|
|
COPY rootfs /
|
|
|
|
# Labels
|
|
LABEL \
|
|
io.hass.type="addon" \
|
|
io.hass.version=dev
|