Add freezing requirements.txt
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM python:3.10
|
||||
LABEL authors="jmueller"
|
||||
RUN pip install py-cord mariadb python-dotenv
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r ./requirements.txt
|
||||
ADD main.py .
|
||||
CMD ["python", "./main.py"]
|
||||
|
||||
Reference in New Issue
Block a user