The same minimal FastAPI service as api-fastapi-docker —
but with no Dockerfile. GitFred detected Python and built the image
with Nixpacks. If you can read this over HTTPS, the no-Dockerfile path works end to end.
What's in the repo (note: no Dockerfile)
🐍 main.py FastAPI app
📄 requirements.txt fastapi + uvicorn
How it gets to your browser
📦GitHub repoPython app, no Dockerfile
→
🧙Nixpacksauto-detects Python, generates the image
→
🟢uvicorn podlistens on injected $PORT
→
🔒HTTPSauto TLS at <slug>.gitfred.com
What this proves
Nixpacks Python detection and build (no Dockerfile in the repo)
The Nixpacks image passes the non-root pod security context