FROM python:3.10 LABEL authors="jmueller" RUN pip install py-cord mariadb python-dotenv ADD main.py . CMD ["python", "./main.py"]