mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
Update Dockerfile
This commit is contained in:
@@ -27,9 +27,10 @@ RUN \
|
|||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN chmod 777 /run.sh
|
RUN chmod 777 /run.sh \
|
||||||
|
&& chmod 777 /entrypoint.sh
|
||||||
ENTRYPOINT [ "/usr/bin/env" ]
|
ENTRYPOINT [ "/usr/bin/env" ]
|
||||||
CMD ["/run.sh"]
|
CMD ["/entrypoint.sh"]
|
||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
|
|||||||
Reference in New Issue
Block a user