Use npm install instead of npm ci (no lockfile)
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user