mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 01:01:50 +02:00
Update Dockerfile
This commit is contained in:
@@ -7,6 +7,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="2.1.24"
|
ARG BUILD_UPSTREAM="2.1.24"
|
||||||
|
|
||||||
|
VOLUME [ "/data" ]
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
#Install bashio
|
#Install bashio
|
||||||
apt-get update \
|
apt-get update \
|
||||||
@@ -41,4 +43,3 @@ RUN chmod 777 /run.sh
|
|||||||
|
|
||||||
ENTRYPOINT [ "/run.sh" ]
|
ENTRYPOINT [ "/run.sh" ]
|
||||||
|
|
||||||
VOLUME [ "/data" ]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user