diff --git a/Dockerfile b/Dockerfile index dd97ee1..62e1c25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ RUN /root/.cargo/bin/rustup update COPY entry.sh / -VOLUME /root +#VOLUME /root ENTRYPOINT ["/bin/bash", "/entry.sh"]