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