6 lines
142 B
Docker
6 lines
142 B
Docker
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
|
|
ARG BUILD_FROM
|
|
FROM $BUILD_FROM
|
|
|
|
# Copy data
|
|
COPY rootfs / |