diff --git a/Dockerfile b/Dockerfile index 6bc9efa..a01a201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY start.sh /opt/start.sh RUN chmod +x /opt/adjust.sh RUN chmod +x /opt/start.sh -ENTRYPOINT ["/bin/bash", "/opt/start.sh"] \ No newline at end of file +ENTRYPOINT ["/bin/bash", "/opt/start.sh"]