mirror of
https://github.com/DerrtSML/qbittorent_bot.git
synced 2025-10-28 05:20:09 +03:00
Update Dockerfile
This commit is contained in:
parent
ac0d56d9b9
commit
7bf27a4058
@ -1,3 +1,8 @@
|
|||||||
|
# ...
|
||||||
|
RUN pip install --no-cache-dir --upgrade pip
|
||||||
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
# ...
|
||||||
|
|
||||||
# Используем официальный образ Python
|
# Используем официальный образ Python
|
||||||
FROM python:3.10-slim-buster
|
FROM python:3.10-slim-buster
|
||||||
|
|
||||||
@ -12,4 +17,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Команда для запуска приложения
|
# Команда для запуска приложения
|
||||||
CMD ["python", "bot.py"]
|
CMD ["python", "bot.py"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user