Discord_test/Dockerfile
Dalite d3d39d0ab6
All checks were successful
continuous-integration/drone/push Build is passing
Change base to alpine
2023-01-03 23:56:23 +01:00

6 lines
No EOL
217 B
Docker

FROM python:3.10.9-alpine
# 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.