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
|
FROM node:22-alpine AS frontend-build
|
||||||
WORKDIR /app/frontend
|
WORKDIR /app/frontend
|
||||||
COPY frontend/package.json frontend/package-lock.json* ./
|
COPY frontend/package.json frontend/package-lock.json* ./
|
||||||
RUN npm ci
|
RUN npm install
|
||||||
COPY frontend/ ./
|
COPY frontend/ ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
# Output: /app/static/
|
# Output: /app/static/
|
||||||
|
|||||||
Reference in New Issue
Block a user