mirror of
https://github.com/jcreek/discord.py-welcome-bot.git
synced 2026-07-12 18:33:44 +00:00
7 lines
114 B
Docker
7 lines
114 B
Docker
FROM python:3.6.9
|
|
|
|
ADD welcome-bot.py /
|
|
|
|
RUN pip install discord.py==0.16.12
|
|
|
|
CMD [ "python", "./welcome-bot.py" ] |