mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 11:01:28 +02:00
Update Dockerfile
This commit is contained in:
@@ -10,7 +10,8 @@ RUN mkdir -p /joal \
|
|||||||
/tmp/*
|
/tmp/*
|
||||||
|
|
||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
|
RUN chmod a+x /run.sh
|
||||||
|
|
||||||
|
CMD [ "/run.sh" ]
|
||||||
CMD [ "--joal-conf=/joal" ]
|
CMD [ "--joal-conf=/joal" ]
|
||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
ENTRYPOINT [ "run.sh" ]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user