update
All checks were successful
/ Make image (push) Successful in 51s

This commit is contained in:
nquidox 2025-10-26 21:43:40 +03:00
parent 0c576c0787
commit a811644585
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@ FROM node:24.10-alpine3.22 AS builder
WORKDIR /app
RUN apk add --no-cache python3 make g++ libc6-compat
COPY package*.json ./
RUN npm ci --prefer-offline --no-audit