From 1f8d36a51f8fe08832d64fd8731a2fcacb9c3131 Mon Sep 17 00:00:00 2001 From: sascha Date: Sat, 27 Dec 2025 11:02:19 +0000 Subject: [PATCH] app/Dockerfile aktualisiert --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index cf3423e..a3d79b8 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9-slim WORKDIR /app - +COPY init.sql /app/init.sql COPY requirements.txt requirements.txt RUN pip install --no-cache-dir -r requirements.txt