From 410c48554161e7d31ddf8649e47fba08638223d8 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sat, 5 Oct 2024 22:10:38 +0200 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83d198d..ef9632d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ COPY . /app RUN pip install --no-cache-dir -r /app/requirements.txt # Start Anonimization -CMD ["python", "/app/app.py"] +CMD ["python", "-u","/app/app.py"] WORKDIR /app \ No newline at end of file