From 07325125f15b0a73a4562fd1a663aeec763cc467 Mon Sep 17 00:00:00 2001 From: Stef Date: Tue, 2 Sep 2025 10:22:18 +0200 Subject: [PATCH] Fixed build error where permissions were being applied to a deleted file --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cbf5f73..16de06f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -RUN chmod +x ./entrypoint.sh - ENV FLASK_APP=app.py CMD ["flask", "run"] \ No newline at end of file