Update Dockerfile

This commit is contained in:
Alexandre
2020-12-20 10:55:20 +01:00
committed by GitHub
parent 852195effe
commit 1444b6f1f5

View File

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