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 03aef66 commit 095cd55Copy full SHA for 095cd55
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM python:3.10.6-slim-buster
2
+
3
+WORKDIR .
4
+COPY . .
5
6
+RUN pip3 install -r requirements.txt
7
8
+CMD ["python3", "bot.py"]
0 commit comments