From 342296ce1202e24a3270ceb9859faaf16c32ef10 Mon Sep 17 00:00:00 2001 From: Tim_THW Date: Wed, 12 Nov 2025 11:47:35 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71337c1..9ef1f71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY app.py . +COPY test.py . EXPOSE 5000 -CMD ["python", "app.py"] \ No newline at end of file +CMD ["python", "test.py"] \ No newline at end of file