txtorg commited on
Commit
cfc2e7f
·
verified ·
1 Parent(s): 9d66308

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,6 +14,8 @@ RUN npm install express axios cors fluent-ffmpeg
14
  # Copy the rest of the application
15
  COPY . .
16
 
 
 
17
  # Expose port 3000
18
  EXPOSE 7860
19
 
 
14
  # Copy the rest of the application
15
  COPY . .
16
 
17
+ RUN chmod -R 777 /app
18
+
19
  # Expose port 3000
20
  EXPOSE 7860
21