Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ COPY requirements.txt .
|
|
| 14 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|
| 15 |
|
| 16 |
# Create cache directory and set permissions
|
| 17 |
-
RUN mkdir -p /app/cache /app/uploads && chmod -R 777 /app/cache /app/uploads
|
| 18 |
RUN chmod -R 777 /app
|
| 19 |
|
| 20 |
# Copy the rest of the application code into the container
|
|
|
|
| 14 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|
| 15 |
|
| 16 |
# Create cache directory and set permissions
|
| 17 |
+
RUN mkdir -p /app/cache /app/uploads /app/data && chmod -R 777 /app/cache /app/uploads /app/data
|
| 18 |
RUN chmod -R 777 /app
|
| 19 |
|
| 20 |
# Copy the rest of the application code into the container
|