This commit is contained in:
2026-03-21 18:18:16 +03:30
parent 2d109ab302
commit c9aa995259
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ FROM base AS deps
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci
RUN npm ci --ignore-scripts
# ---- build stage ----
FROM base AS builder