pvanand commited on
Commit
1c3dc0f
·
verified ·
1 Parent(s): e5beb0c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -29,6 +29,7 @@ COPY . .
29
 
30
  # Create the .crawl4ai directory with correct permissions
31
  RUN mkdir /.crawl4ai && chmod 777 /.crawl4ai
 
32
 
33
  # Ensure the correct permissions for the application directory
34
  RUN chmod -R 755 /app
 
29
 
30
  # Create the .crawl4ai directory with correct permissions
31
  RUN mkdir /.crawl4ai && chmod 777 /.crawl4ai
32
+ RUN mkdir /.tempfiles && chmod 777 /.tempfiles
33
 
34
  # Ensure the correct permissions for the application directory
35
  RUN chmod -R 755 /app