uv/docs/guides
jspablo 92230ba679
Fix CMD path in FastAPI Dockerfile (#16701)
<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

Fix suggestion for uv when used with FastAPI and Docker.

## Test Plan

The Dockerfile sets `/app` as workdir, later the CMD command points
again to `app/main.py` instead of only `main.py`, causing the following
error:
```
Path does not exist app/main.py
```
2025-11-12 07:39:14 -06:00
..
integration Fix CMD path in FastAPI Dockerfile (#16701) 2025-11-12 07:39:14 -06:00
migration Finish incomplete sentence in pip migration guide (#14432) 2025-07-03 01:02:17 +00:00
index.md Misc. improvements to the documentation (#11255) 2025-02-05 17:22:09 -06:00
install-python.md Stabilize addition of Python executables to the bin (#14626) 2025-07-17 17:20:21 -05:00
package.md Allow explicit values with `uv version --bump` (#16555) 2025-11-11 12:27:32 -05:00
projects.md Tweak title for viewing version in project guide (#15964) 2025-09-22 08:56:06 -05:00
scripts.md handle an existing shebang in `uv init --script` (#14141) 2025-06-19 14:47:22 -07:00
tools.md Support installing additional executables in `uv tool install` (#14014) 2025-07-30 14:50:24 -05:00