Spaces:
deepak191z
/
Runtime error

deepak191z commited on
Commit
4a95a9c
·
verified ·
1 Parent(s): df44371

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN npm install -g pnpm
22
  RUN pnpm install
23
 
24
  # Set permissions for the working directory
25
- RUN chmod -R 755 /home/appuser/react-video-editor
26
 
27
  # Expose the port
28
  EXPOSE 3000
 
22
  RUN pnpm install
23
 
24
  # Set permissions for the working directory
25
+ RUN chmod -R 777 /home/appuser/react-video-editor
26
 
27
  # Expose the port
28
  EXPOSE 3000