This commit is contained in:
parent
5794f980fc
commit
a93010b194
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ FROM python:3.10
|
||||||
# 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
|
||||||
CMD [“python”, “./example_bot.py”]
|
CMD [“python3”, “./example_bot.py”]
|
||||||
# Or enter the name of your unique directory and parameter set.
|
# Or enter the name of your unique directory and parameter set.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue