Merge branch 'main' into feature/docker-multi-stage-builds

This commit is contained in:
Bruce Röttgers
2025-09-29 17:49:23 +02:00
10 changed files with 471 additions and 1379 deletions

View File

@@ -12,4 +12,6 @@ RUN uv sync --frozen
# copy the rest of the code
COPY src ./
CMD ["uv", "run", "main.py"]
RUN chmod +x entrypoint.sh
CMD ["./entrypoint.sh"]