We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0bb69 commit f324eb9Copy full SHA for f324eb9
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM python:3.8
2
+
3
+USER root
4
5
+COPY . /pycamp/telegram_bot
6
+WORKDIR /pycamp/telegram_bot
7
+RUN pip3 install -U .
8
9
+CMD [ "python", "bin/run_bot.py" ]
0 commit comments