FROM python:3.12-alpine RUN pip install python-dotenv discord WORKDIR "/app" CMD ["python", "/app/bot.py"]