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