Add rootless container and health endpoint #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/rootless-health-endpoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Create non-root appuser (uid/gid 1000) in Dockerfile - Set /data ownership to appuser before switching USER - Add GET /health endpoint returning {"status": "ok"}