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 rootfs /
RUN chmod 777 /run.sh \
&& chmod 777 /entrypoint.sh
RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD ["/entrypoint.sh"]
VOLUME [ "/data" ]