Update Dockerfile

This commit is contained in:
Alexandre
2021-06-23 20:22:27 +02:00
committed by GitHub
parent 4f72e6b553
commit 5a150289b6

View File

@@ -26,6 +26,10 @@ RUN \
# Copy root filesystem
COPY rootfs /
WORKDIR /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/run.sh" ]
CMD ["/run.sh"]
VOLUME [ "/data" ]