This commit is contained in:
2026-03-20 16:30:45 +07:00
parent e51f34d7be
commit d935b7374d
11 changed files with 438 additions and 31 deletions

View File

@@ -4,6 +4,9 @@ FROM node:20-alpine
# Рабочая директория
WORKDIR /app
# pg_dump for database backups
RUN apk add --no-cache postgresql-client
# Копируем package.json
COPY package*.json ./