FastAPI Todo App Docs Configure Change the ENV JWT_SECRET_KEY=SECRET in the Dockerfile to a secret key of your choice. Build Docker docker build -t fastapi_todo . docker run -d --name my_todo_app -p 80:80 fastapi_todo