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