We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03a2991 + 155036e commit 47bf247Copy full SHA for 47bf247
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM python:latest
2
+
3
4
+RUN git clone https://github.com/adenosinetp10/Akinator-Bot.git /Akinator
5
+WORKDIR /Akinator
6
+RUN python -m pip install --upgrade pip
7
+RUN python -m pip install --no-cache-dir -r /Akinator/requirements.txt
8
+CMD python3 __main__.py
9
Procfile
0 commit comments