Update Dockerfile

This commit is contained in:
Alexandre
2020-12-20 11:03:59 +01:00
committed by GitHub
parent aedfcac0a3
commit 9ecb10e305

View File

@@ -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" ]