Discord_test/Dockerfile
Dalite a93010b194
All checks were successful
continuous-integration/drone/push Build is passing
Update 'Dockerfile'
2023-01-03 23:23:11 +01:00

6 lines
No EOL
209 B
Docker

FROM python:3.10
# Or any preferred Python version.
ADD example_bot.py .
RUN pip install discord.py
CMD [python3, ./example_bot.py]
# Or enter the name of your unique directory and parameter set.