diff --git a/Dockerfile b/Dockerfile index fb9d109..84a7dc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,4 +88,4 @@ RUN mkdir -p /var/run && \ # Copy and set entrypoint COPY ./entrypoint.sh / -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +CMD ["/bin/sh", "/entrypoint.sh"] \ No newline at end of file