Update 'Dockerfile'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dalite 2023-01-03 23:23:11 +01:00
parent 5794f980fc
commit a93010b194

View file

@ -2,5 +2,5 @@ FROM python:3.10
# Or any preferred Python version.
ADD example_bot.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.