Update Dockerfile

This commit is contained in:
Alexandre
2020-12-20 11:27:06 +01:00
committed by GitHub
parent 9099873c03
commit ce85bd0b03

View File

@@ -11,8 +11,7 @@ RUN mkdir -p /joal \
COPY run.sh /
RUN chmod 777 /run.sh
#CMD [ "/run.sh" ]
#ENTRYPOINT [ "/" ]
ENTRYPOINT [ "/run.sh" ]
CMD [ "--joal-conf=/joal" ]
# CMD [ "--joal-conf=/joal" ]
VOLUME [ "/data" ]