Update Dockerfile

This commit is contained in:
Alexandre
2020-12-20 10:38:38 +01:00
committed by GitHub
parent a799ebb42d
commit 97f78f287d

View File

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