From 4285fcc0fc88c4ccf22a8b1f05c79a128b2f9f1a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Dec 2020 10:36:25 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 3aa85121e..e89305f55 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -10,7 +10,8 @@ RUN mkdir -p /joal \ /tmp/* COPY rootfs/ / +RUN chmod a+x /run.sh +CMD [ "/run.sh" ] CMD [ "--joal-conf=/joal" ] VOLUME [ "/data" ] -ENTRYPOINT [ "run.sh" ]