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

@@ -5,7 +5,7 @@ WORKDIR /app
RUN apk add --no-cache build-base
COPY package.json package-lock.json* ./
RUN npm install
RUN npm ci
COPY src ./src