Discord_test/Dockerfile
cisco 9f7183e955
All checks were successful
continuous-integration/drone/push Build is passing
defined docker file and added demo test script
2023-01-03 22:40:31 +01:00

6 lines
No EOL
208 B
Docker

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