Update Dockerfile

This commit is contained in:
Alexandre
2020-12-20 10:33:14 +01:00
committed by GitHub
parent b4a89872d3
commit ba3e8d49ee

View File

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