3 Commits

Author SHA1 Message Date
6521078b6a chore(deps): pin dependencies 2026-03-26 22:12:00 +00:00
24436ccc01 fix: correct file ownership for non-root user in Docker
Add --chown=appuser:appuser to COPY commands in runtime stage to ensure
the appuser can read the copied files. Without this, Python fails with
PermissionError when importing modules.
2025-12-29 20:47:21 -05:00
013d1f88a2 feat: add multi-stage Dockerfile 2025-12-29 20:06:38 -05:00