Update Dockerfile

This commit is contained in:
Alexandre
2020-12-20 10:39:50 +01:00
committed by GitHub
parent f8d6ccdc53
commit 78767dd523

View File

@@ -9,5 +9,9 @@ RUN mkdir -p /joal \
&& rm -fr \
/tmp/*
COPY rootfs/ /
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]
CMD [ "--joal-conf=/joal" ]
VOLUME [ "/data" ]