Added Codeblock

This commit is contained in:
jmueller
2023-12-14 22:12:09 +01:00
parent e584e44b93
commit 3f867325ef
2 changed files with 4 additions and 3 deletions

View File

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