1 parent f63a01e commit 6cb762fCopy full SHA for 6cb762f
1 file changed
Dockerfile
@@ -7,8 +7,8 @@ ENV PYTHONUNBUFFERED=1 \
7
8
COPY main.py .
9
10
-RUN python -m pip install --no-cache-dir python-telegram-bot==21.6
+RUN python -m pip install --no-cache-dir python-telegram-bot==21.6 psutil
11
12
VOLUME ["/data"]
13
14
-CMD ["python", "main.py"]
+CMD ["python", "main.py"]
0 commit comments