mirror of
https://github.com/DerrtSML/qbittorent_bot.git
synced 2026-08-27 15:07:53 +03:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y build-essential libpq-dev \
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Копируем файл зависимостей и устанавливаем их
|
# Копируем файл зависимостей и устанавливаем их
|
||||||
#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