Skip to content

Commit 47bf247

Browse files
authored
Merge pull request #4 from adenosinetp10/dev
dev -> main merge
2 parents 03a2991 + 155036e commit 47bf247

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)