feat: новая функция

This commit is contained in:
2025-11-12 21:22:03 +03:00
parent f23307ded5
commit 6cca7b7c0c
4 changed files with 77 additions and 11 deletions

View File

@@ -30,7 +30,10 @@ RUN apt-get update && apt-get install -y \
# Docker CLI НЕ устанавливаем - используем Docker Socket + dockerode SDK
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
RUN yarn config set npmRegistryServer https://registry.npmjs.org \
&& yarn config set registry https://registry.npmjs.org \
&& yarn config set network-timeout 600000 \
&& yarn install --frozen-lockfile
COPY . .