Complete refresh (#7)
This commit is contained in:
6
example/Dockerfile
Normal file
6
example/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
# Copy data
|
||||
COPY rootfs /
|
||||
Reference in New Issue
Block a user