Skip to content

Conversation

@rebkwok
Copy link
Contributor

@rebkwok rebkwok commented Nov 4, 2025

Fixes #19

Updates to the Dockerfile to follow the repo-template version.

Avoid needing to copy uv into the prod image by running the prod entrypoint
with just python, not uv run. We're running in the venv created with
uv, using the python version we installed with deadsnakes, so just
python should do the right thing.

Use --frozen rather than --locked to use the uv.lock file as it is.

Also run the tests in the dev entrypoint without uv; dependencies
are installed inthe docker image and we don't need/want it to
re-sync every time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to latest repo-template and uv

2 participants