Make entrypoint.sh executable

This commit is contained in:
Bruce
2025-09-29 14:35:55 +02:00
committed by GitHub
parent bb8cbe18c4
commit 307ab4f94e

View File

@@ -7,4 +7,6 @@ RUN uv sync --frozen
COPY . .
CMD ["./entrypoint.sh"]
RUN chmod +x entrypoint.sh
CMD ["./entrypoint.sh"]