Spaces:
deepak191z
/
Runtime error

deepak191z commited on
Commit
0e51547
·
verified ·
1 Parent(s): adc90ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR /home/appuser/react-video-editor
11
  RUN git clone https://github.com/designcombo/react-video-editor.git .
12
 
13
  # Change ownership of the entire project directory
14
- RUN chown -R 777 appuser:appuser /home/appuser/react-video-editor
15
 
16
  # Switch to the non-root user
17
  USER appuser
 
11
  RUN git clone https://github.com/designcombo/react-video-editor.git .
12
 
13
  # Change ownership of the entire project directory
14
+ RUN chown -R appuser:appuser /home/appuser/react-video-editor
15
 
16
  # Switch to the non-root user
17
  USER appuser