diff --git a/Dockerfile b/Dockerfile index 88f3f74..110a0a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,6 @@ RUN uv sync --frozen COPY . . -CMD ["./entrypoint.sh"] \ No newline at end of file +RUN chmod +x entrypoint.sh + +CMD ["./entrypoint.sh"]