Cleanup requirements.txt from unused packages

This commit is contained in:
Влад Зверев 2024-08-02 18:52:00 +05:00
parent f81b268d34
commit 0d2003b335
2 changed files with 3 additions and 2 deletions

View File

@ -4,4 +4,5 @@
/.env
/.gitignore
/.git
/logs/
/logs/
/telezab.db

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
libpq-dev \
gcc \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get install
# Установим рабочую директорию
WORKDIR /app