ваше сообщение коммита

This commit is contained in:
2025-05-23 17:44:28 +03:00
parent 9aa842d238
commit 7de23551f7
24 changed files with 2990 additions and 306 deletions

View File

@@ -1,9 +1,9 @@
FROM node:20-alpine
FROM node:20-bullseye
WORKDIR /app
# Устанавливаем зависимости, включая Python для node-gyp
RUN apk add --no-cache python3 make g++
RUN apt-get update && apt-get install -y python3 make g++ cmake openssl libssl-dev
# Копируем package.json и yarn.lock для установки зависимостей
COPY package.json yarn.lock ./