This commit is contained in:
parent
a93010b194
commit
d3d39d0ab6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.10
|
FROM python:3.10.9-alpine
|
||||||
# Or any preferred Python version.
|
# Or any preferred Python version.
|
||||||
ADD example_bot.py .
|
ADD example_bot.py .
|
||||||
RUN pip install discord.py
|
RUN pip install discord.py
|
||||||
|
|
Loading…
Reference in a new issue