1d345eba32
The container still exited immediately after the su-based fix. can interfere with TTY/stdin handling for interactive shells. Switch to , which is root-only, skips PAM, and preserves file descriptors so bash stays interactive. Also improve container failure diagnostics: - now combines stdout and stderr - This helps surface the real reason when a container exits with code 0 Quality gates: - pytest tests/unit: 219 passed - ruff: clean on changed files - mypy: clean on changed files
714 B
714 B
apps/api/src/services
dir: apps/api/src/services
index: apps/api/src/services/.pi-map.index.md
role
Service layer package for the API application, intended to contain business logic implementations.
files
- __init__.py | Empty file with no functionality
arch
Standard Python package structure with an empty initializer, awaiting service module implementations following a layered architecture pattern.
tags
init, empty, functionality
symbols
workflows
- change services behavior read: __init__.py
- explore services subdirectories index: apps/api/src/services/config/.pi-map.index.md, apps/api/src/services/docker/.pi-map.index.md, apps/api/src/services/git/.pi-map.index.md