Commit Graph

2 Commits

Author SHA1 Message Date
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