Update Dockerfile

This commit is contained in:
Alexandre
2021-06-23 20:20:55 +02:00
committed by GitHub
parent 9f4424c80f
commit 4f72e6b553

View File

@@ -26,7 +26,7 @@ RUN \
# Copy root filesystem
COPY rootfs /
#CMD ["/run.sh"]
CMD ["/run.sh"]
VOLUME [ "/data" ]