http warning

This commit is contained in:
iqubik
2026-03-30 01:29:04 +03:00
parent 6afa8f268e
commit 1140a6a96b
6 changed files with 407 additions and 5 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci
RUN npm ci --legacy-peer-deps
COPY . .
@@ -32,7 +32,7 @@ FROM node:24-alpine
WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
RUN npm ci --only=production --legacy-peer-deps
# Runtime tools required for checker/scanner integration scripts.
RUN apk add --no-cache \