Reaperxxxx commited on
Commit
2a9b7b9
·
verified ·
1 Parent(s): 5994da8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -45,6 +45,8 @@ RUN npx playwright install --with-deps chromium
45
  # Copy the application source code
46
  COPY . .
47
 
 
 
48
  # Expose the port
49
  EXPOSE 7860
50
 
 
45
  # Copy the application source code
46
  COPY . .
47
 
48
+ RUN mkdir -p /app/downloads && chmod -R 777 /app/downloads
49
+
50
  # Expose the port
51
  EXPOSE 7860
52