From 1444b6f1f5ca9509f957e19274737b2003ef09e0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Dec 2020 10:55:20 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index faf1d55d2..5a6e74ec3 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -9,10 +9,9 @@ RUN mkdir -p /joal \ && rm -fr \ /tmp/* -#COPY rootfs/ /joal/ -#RUN chmod a+x /joal/run.sh -#CMD [ "/run.sh" ] -#ENTRYPOINT [ "run.sh" ] +COPY run.sh / +RUN chmod a+x /run.sh +# CMD [ "/run.sh" ] CMD [ "--joal-conf=/joal" ] VOLUME [ "/data" ]