Исправлена ошибка бэкапов б docker
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user