Implemented Env-Change
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user