From ad06433e1b90bf065b6960478f271bbf2b12c4cb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Mar 2021 15:40:50 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index c46367a14..4bf9d35de 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -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" ]