mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-30 00:17:40 +01:00
Update Dockerfile
This commit is contained in:
@@ -6,6 +6,7 @@ ARG BASHIO_VERSION=0.13.1
|
|||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
VOLUME [ "/config" ]
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
################
|
################
|
||||||
@@ -39,7 +40,6 @@ RUN chmod 777 /entrypoint.sh
|
|||||||
ENTRYPOINT [ "/usr/bin/env" ]
|
ENTRYPOINT [ "/usr/bin/env" ]
|
||||||
CMD ["/entrypoint.sh"]
|
CMD ["/entrypoint.sh"]
|
||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
VOLUME [ "/config" ]
|
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user