From 3df2600743eb28cc02f301c447623e55e49dba81 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Jan 2021 14:01:22 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index edfebc1b9..231d93e9f 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -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" ]