Skip to content

Commit 3c6edc5

Browse files
committed
Docker Fix
- Fix final sync - Use script for app start
1 parent f0edc24 commit 3c6edc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ ENV PYTHONPATH="/app/.venv/lib/python3.13/site-packages/:"
4444
# Sync the project into a new environment, asserting the lockfile is up to date
4545
COPY pyproject.toml /app/
4646
COPY uv.lock /app/
47-
RUN /bin/uv sync --locked --group deploy
47+
RUN uv sync --no-build --no-install-project --locked --group deploy
4848

49-
CMD [".venv/bin/gunicorn" , "--bind", "0.0.0.0:8080", "--worker-tmp-dir", "/dev/shm", "app:app"]
49+
CMD ["/app/run-app.sh"]

0 commit comments

Comments
 (0)