From 9ecb10e3054f000391a66858593eb66a21db0611 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Dec 2020 11:03:59 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/joal/Dockerfile b/joal/Dockerfile index 5a6e74ec3..7cc8b4de6 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -12,6 +12,7 @@ RUN mkdir -p /joal \ COPY run.sh / RUN chmod a+x /run.sh # CMD [ "/run.sh" ] +#ENTRYPOINT [ "init" ] CMD [ "--joal-conf=/joal" ] VOLUME [ "/data" ]