Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
7 |
# Copy the project files
|
8 |
COPY . /app
|
9 |
|
10 |
-
# Ensure writable directories exist
|
11 |
RUN mkdir -p /app/static && chmod -R 777 /app/static
|
12 |
|
13 |
# Install system dependencies for OpenCV, GL, and FontConfig
|
|
|
7 |
# Copy the project files
|
8 |
COPY . /app
|
9 |
|
10 |
+
# Ensure writable directories exist at build time
|
11 |
RUN mkdir -p /app/static && chmod -R 777 /app/static
|
12 |
|
13 |
# Install system dependencies for OpenCV, GL, and FontConfig
|