Update Dockerfile

This commit is contained in:
Alexandre
2021-11-15 13:53:13 +01:00
committed by GitHub
parent 95f19f2fa4
commit 3aa72defa0

View File

@@ -6,6 +6,7 @@ ARG BASHIO_VERSION=0.13.1
# Copy root filesystem
COPY rootfs /
VOLUME [ "/config" ]
RUN \
################
@@ -39,7 +40,6 @@ RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD ["/entrypoint.sh"]
VOLUME [ "/data" ]
VOLUME [ "/config" ]
### LABELS
ARG BUILD_ARCH