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:
@@ -7,6 +7,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="2.1.24"
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
RUN \
|
||||
#Install bashio
|
||||
apt-get update \
|
||||
@@ -41,4 +43,3 @@ RUN chmod 777 /run.sh
|
||||
|
||||
ENTRYPOINT [ "/run.sh" ]
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
Reference in New Issue
Block a user