From b411d94977391b351c6df41e35f23954d2752fff Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Aug 2021 19:31:06 +0200 Subject: [PATCH] Update Dockerfile --- joplin/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/joplin/Dockerfile b/joplin/Dockerfile index 124864e6f..3143f24a2 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -17,7 +17,7 @@ ARG BASHIO_VERSION=0.13.1 # jq \ # curl -RUN \ +#RUN \ ################## # Install bashio # ################## @@ -33,10 +33,10 @@ RUN \ ################### \ # Allow execution of run - chmod 777 /run.sh +# chmod 777 /run.sh -ENTRYPOINT [ "/usr/bin/env" ] -CMD [ "/run.sh" ] +#ENTRYPOINT [ "/usr/bin/env" ] +#CMD [ "/run.sh" ] ### LABELS ARG BUILD_ARCH