From 1fe42db1b847d9177b6a9d771f86dad7d38d9a91 Mon Sep 17 00:00:00 2001 From: Rafael Bradley <84998222+Nekidev@users.noreply.github.com> Date: Thu, 16 Jul 2026 00:42:14 -0300 Subject: [PATCH] Update README for Dockerfile environment variables Clarify Dockerfile usage and environment variables section. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd142f..499db76 100644 --- a/README.md +++ b/README.md @@ -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 | | ----------- | -------------------------------------------- | -------------------------------------- | ---------- |