fix: Address CodeRabbit review feedback

- Node version 21 → 22 (matches frontend package.json engines)
- Add language specifier to README code block (MD040)
- Add error handling to cd command in poststart.sh (SC2164)
- Add PYTHONPATH to seed test data launch config
- Use docker compose pull instead of hardcoded image tags
This commit is contained in:
Otto-AGPT
2026-02-11 17:38:47 +00:00
parent 8c79e170e7
commit fa8930da4c
5 changed files with 12 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "21",
"version": "22",
"nodeGypDependencies": true
},
"ghcr.io/devcontainers/features/python:1": {