diff --git a/Dockerfile b/Dockerfile index afeedb2..4b2bc74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,3 @@ COPY ./run.sh /opt/run.sh RUN chmod +x /opt/run.sh CMD ["/opt/run.sh"] -