From 0ae5bd1463229f6b55fa9bab1b74d6e6443260fb Mon Sep 17 00:00:00 2001 From: ThePain Date: Mon, 29 Jul 2024 15:25:07 +0000 Subject: [PATCH] =?UTF-8?q?Dockerfile=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..bf9bd4f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.10.13-bookworm + +COPY . . +RUN pip install -r requirements.txt +CMD python main.py