This commit is contained in:
2026-01-30 14:10:19 +01:00
parent ca0763ee6e
commit ac73bcde03

View File

@@ -30,7 +30,6 @@ ENV PATH="/app/.venv/bin:$PATH"
# Reset the entrypoint, don't invoke `uv` # Reset the entrypoint, don't invoke `uv`
ENTRYPOINT [] ENTRYPOINT []
EXPOSE 8000 EXPOSE 8000
CMD [ "python", "main.py" ] CMD [ "python", "main.py" ]