Update Dockerfile

This commit is contained in:
Alexandre
2021-11-11 22:32:04 +01:00
committed by GitHub
parent a1da73b5bf
commit 87b77060f4

View File

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