Update Dockerfile

This commit is contained in:
Alexandre
2021-11-05 20:32:19 +01:00
committed by GitHub
parent 18674696cc
commit f1999fa031

View File

@@ -27,9 +27,10 @@ RUN \
# Copy root filesystem
COPY rootfs /
RUN chmod 777 /run.sh
RUN chmod 777 /run.sh \
&& chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD ["/run.sh"]
CMD ["/entrypoint.sh"]
VOLUME [ "/data" ]
### LABELS