Swapnil-101 commited on
Commit
7d8578b
·
verified ·
1 Parent(s): aa8cdd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -34,7 +34,8 @@ WORKDIR $HOME
34
  RUN pwd && ls -l
35
  RUN ls -ld
36
 
37
- chown -R user:user .
 
38
 
39
 
40
  # Start the application using gunicorn
 
34
  RUN pwd && ls -l
35
  RUN ls -ld
36
 
37
+ RUN chmod -R 777 .
38
+ .
39
 
40
 
41
  # Start the application using gunicorn