fix(deploy): include uv lock for Docker builds #2
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- Track uv.lock so CI checkout contains the lockfile required by backend/Dockerfile.\n- Keep the generic *.lock ignore rule while explicitly allowing root uv.lock.\n\n## Verification\n- docker buildx build --provenance=false --load --file backend/Dockerfile --tag eryao-backend:lock-verify .\n- pre-commit hooks: backend ruff and pytest passed