shrey14 commited on
Commit
660f597
·
verified ·
1 Parent(s): b4152a9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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