fix: use npm install instead of npm ci, add package-lock.json
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
FROM node:20-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm ci
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Generated
+3715
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user