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