Use npm install instead of npm ci (no lockfile)

This commit is contained in:
2026-03-07 03:06:26 +00:00
parent 05448e7903
commit 8a8fbfbcf6

View File

@@ -2,7 +2,7 @@
FROM node:22-alpine AS frontend-build
WORKDIR /app/frontend
COPY frontend/package.json frontend/package-lock.json* ./
RUN npm ci
RUN npm install
COPY frontend/ ./
RUN npm run build
# Output: /app/static/