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 . .