mirror of
https://github.com/jcreek/discord.py-welcome-bot.git
synced 2026-07-13 19:03:43 +00:00
Updated to work as a Docker container.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.6.9
|
||||
|
||||
ADD welcome-bot.py /
|
||||
|
||||
RUN pip install discord.py==0.16.12
|
||||
|
||||
CMD [ "python", "./welcome-bot.py" ]
|
||||
Reference in New Issue
Block a user