Update Dockerfile

This commit is contained in:
Alexandre
2020-12-20 10:36:25 +01:00
committed by GitHub
parent b508524f13
commit 4285fcc0fc

View File

@@ -10,7 +10,8 @@ RUN mkdir -p /joal \
/tmp/*
COPY rootfs/ /
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]
CMD [ "--joal-conf=/joal" ]
VOLUME [ "/data" ]
ENTRYPOINT [ "run.sh" ]