Open Issues Need Help
View All on GitHub Dockerfile uses --frozen instead of --locked about 1 month ago
AI Summary: The task is to review and potentially update the `uv-fastapi-example` and `uv-docker-example` Dockerfiles to ensure consistent usage of `uv sync` (either `--frozen` or `--locked`), aiming for a single, recommended approach for running FastAPI applications within a uv project. This involves investigating the differences between `--frozen` and `--locked`, and deciding on the best practice for the examples.
Complexity:
3/5
good first issue