This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blog/Dockerfile
giles 9b180b364b
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m30s
Add PYTHONPATH=/app so Hypercorn spawn workers find app module
Hypercorn spawns worker processes via multiprocessing spawn, which
starts a fresh Python interpreter without the parent's sys.path
modifications from path_setup.py. Setting PYTHONPATH=/app ensures
the worker can import app.py and all project packages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 14:01:18 +00:00

1.2 KiB