90992e46a8
Older cached images still contain a literal /home/user/{{WORKSPACE_NAME}}
directory baked in by the previous Dockerfile generation. Even though new
images no longer create it, existing images leave the placeholder folder
alongside the real repo-named mount.
- Add entrypoint cleanup that removes /{{WORKSPACE_NAME}} if it
exists before creating the real workspace target and /workspace symlink
- Update unit tests to assert the stale placeholder removal
Quality gates:
- pytest tests/unit: 212 passed
- ruff: clean on changed files
- mypy: clean on changed files
24 lines
423 B
Markdown
24 lines
423 B
Markdown
# apps (index)
|
|
dir: apps
|
|
|
|
## role
|
|
Contains the main application entry points and executable modules for the project.
|
|
## parent
|
|
index: ./.pi-map.index.md
|
|
map: ./.pi-map.md
|
|
## children
|
|
- apps/api
|
|
index: apps/api/.pi-map.index.md
|
|
map: apps/api/.pi-map.md
|
|
- apps/web
|
|
index: apps/web/.pi-map.index.md
|
|
map: apps/web/.pi-map.md
|
|
## files
|
|
## links
|
|
index: apps/.pi-map.index.md
|
|
map: apps/.pi-map.md
|
|
## workflows
|
|
-
|
|
## dirty
|
|
-
|