Discord_test/Dockerfile
2023-04-11 09:55:52 +00:00

6 lines
No EOL
217 B
Docker

FROM python:3.11.3-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.