This commit is contained in:
2022-08-16 21:00:17 +02:00
parent 6a74b32e45
commit ce462433c1
3 changed files with 92 additions and 0 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM python:3
FROM gorialis/discord.py
RUN pip install --upgrade python-dotenv
WORKDIR /usr/src/bot
COPY . .
CMD ["python3", "discord_bot.py"]