Tmeena commited on
Commit
3c72237
·
verified ·
1 Parent(s): 2a6735f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -16,6 +16,10 @@ RUN apt-get update && apt-get install -y ffmpeg
16
  # Create cache directory with appropriate permissions
17
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
18
 
 
 
 
 
19
  # Make port 7860 available to the world outside this container
20
  EXPOSE 7860
21
 
 
16
  # Create cache directory with appropriate permissions
17
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
18
 
19
+ RUN mkdir -p /app/temp && chmod 777 /app/temp
20
+
21
+
22
+
23
  # Make port 7860 available to the world outside this container
24
  EXPOSE 7860
25