From 61855a9963afbbf8619d8db375dbc87c23e0f3ac Mon Sep 17 00:00:00 2001 From: Iida Lassila Date: Wed, 3 Apr 2024 13:03:45 +0300 Subject: [PATCH] Modify Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c85795..dc90afd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY requirements.txt ./ RUN pip install -r requirements.txt # Create data directories -RUN mkdir -p /app/data && chmod 777 /app/data +RUN mkdir -p /app/data # Copy the rest of the project files to the working directory COPY . .