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

This commit is contained in:
2025-10-08 19:15:09 +03:00
parent 725e7fd5a2
commit d934900121
8 changed files with 147 additions and 112 deletions

View File

@@ -23,11 +23,12 @@ RUN apt-get update && apt-get install -y \
python3 \
make \
g++ \
docker.io \
curl \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
# Docker CLI НЕ устанавливаем - используем Docker Socket + dockerode SDK
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile