We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0edc24 commit 3c6edc5Copy full SHA for 3c6edc5
Dockerfile
@@ -44,6 +44,6 @@ ENV PYTHONPATH="/app/.venv/lib/python3.13/site-packages/:"
44
# Sync the project into a new environment, asserting the lockfile is up to date
45
COPY pyproject.toml /app/
46
COPY uv.lock /app/
47
-RUN /bin/uv sync --locked --group deploy
+RUN uv sync --no-build --no-install-project --locked --group deploy
48
49
-CMD [".venv/bin/gunicorn" , "--bind", "0.0.0.0:8080", "--worker-tmp-dir", "/dev/shm", "app:app"]
+CMD ["/app/run-app.sh"]
0 commit comments