move docker cmd to entrypoint

This commit is contained in:
Bruce
2025-05-14 15:16:04 +02:00
committed by GitHub
parent 38901474c6
commit bb8cbe18c4
2 changed files with 3 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ RUN uv sync --frozen
COPY . .
CMD ["uv", "run", "main.py"]
CMD ["./entrypoint.sh"]