Implemented Env-Change

This commit is contained in:
jmueller
2023-12-14 18:16:22 +01:00
parent 0ea4fd74f3
commit f118861c05
2 changed files with 14 additions and 3 deletions

6
Dockerfile Normal file
View File

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