From a40295f84bfcb645827fcbd3f1328a26f872e90e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Aug 2021 07:57:43 +0200 Subject: [PATCH] Update Dockerfile --- joplin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joplin/Dockerfile b/joplin/Dockerfile index 8c514a746..cee9cdb46 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -32,7 +32,7 @@ USER joplin COPY --chown=$user:$user rootfs / RUN chmod +x /run.sh -#ENTRYPOINT [ "/usr/bin/env" ] +ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/run.sh" ] ### LABELS