fix: use npm install instead of npm ci, add package-lock.json

This commit is contained in:
TheRaiwy
2026-05-27 14:56:49 +03:00
parent 22aefaac01
commit dbd7603a0b
2 changed files with 3717 additions and 2 deletions
+2 -2
View File
@@ -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
+3715
View File
File diff suppressed because it is too large Load Diff