Исправлена ошибка бэкапов б docker

This commit is contained in:
2025-08-22 13:43:38 +07:00
parent c0782c9034
commit a83483b7c5

View File

@@ -1,6 +1,7 @@
FROM python:3 FROM python:3
WORKDIR /usr/src/economy-bot WORKDIR /usr/src/economy-bot
RUN apt update && apt install -y postgresql-client
COPY requirements.txt ./ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt