ci: improve reproducibility and add dependency audit gate

Use lockfile-driven installs in Docker paths and add high-severity npm audit checks in CI while documenting local CORS policy for compose-based development.

Made-with: Cursor
This commit is contained in:
2026-04-17 08:23:34 -06:00
parent 6a4380bf42
commit 92a417c102
5 changed files with 62 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ services:
working_dir: /app
ports:
- "4400:4400"
environment:
- CORS_ORIGINS=http://localhost:5173
volumes:
- ./solver-api/src:/app/src
- ./data:/data