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