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:
@@ -2,6 +2,7 @@ ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
FROM $BUILD_FROM
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
RUN \
|
||||
#Install bashio
|
||||
@@ -34,6 +35,3 @@ RUN \
|
||||
COPY run.sh /
|
||||
RUN chmod 777 /run.sh
|
||||
ENTRYPOINT [ "/run.sh" ]
|
||||
|
||||
# CMD [ "--joal-conf=/joal" ]
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
Reference in New Issue
Block a user