Dockerfile hinzugefügt

This commit is contained in:
ThePain 2024-07-29 15:25:07 +00:00
parent a86955e332
commit 0ae5bd1463

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM python:3.10.13-bookworm
COPY . .
RUN pip install -r requirements.txt
CMD python main.py