Update README for Dockerfile environment variables

Clarify Dockerfile usage and environment variables section.
This commit is contained in:
Rafael Bradley
2026-07-16 00:42:14 -03:00
committed by GitHub
parent 4ebe9eeec3
commit 1fe42db1b8
+2 -1
View File
@@ -451,7 +451,8 @@ $ uv run uvicorn project:app --reload --reload-include "docs/**/*.md"
`project` is your import name.
This template ships with a `Dockerfile` that will work out of the box by default in
most cases. By default, it uses the following environment variables:
most cases (make sure to update the project's name inside it if you change it). By
default, it uses the following environment variables:
| Name | Description | Possible Values | Default |
| ----------- | -------------------------------------------- | -------------------------------------- | ---------- |