diff --git a/Dockerfile b/Dockerfile index 8c209ac..620530f 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 -CMD ["/bin/bash", "/opt/start.sh"] \ No newline at end of file +ENTRYPOINT ["/bin/bash", "/opt/start.sh"] \ No newline at end of file