From fa654d42ae67cbb3a134a7084501c0b536aa6f85 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Aug 2021 20:42:40 +0200 Subject: [PATCH] Update Dockerfile --- joplin/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/joplin/Dockerfile b/joplin/Dockerfile index 67012380c..179e48e60 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -18,7 +18,7 @@ RUN \ && sudo apt-get update \ && sudo apt-get install -y \ jq \ - curl + curl \ \ ################## # Install bashio # @@ -35,7 +35,7 @@ RUN \ ################### \ # Allow execution of run - chmod +x /run.sh + && chmod +x /run.sh #ENTRYPOINT [ "/usr/bin/env" ] #CMD [ "/run.sh" ]