Yakova commited on
Commit
54a79a5
·
verified ·
1 Parent(s): 52b4884

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -52,7 +52,7 @@ COPY --chown=admin . /usr/src/app
52
  # Give read and write permissions to the admin user
53
 
54
  RUN chown -R admin:admin /usr/src/app
55
- RUN chmod 755 /usr/src/app
56
  USER admin
57
 
58
 
 
52
  # Give read and write permissions to the admin user
53
 
54
  RUN chown -R admin:admin /usr/src/app
55
+ RUN chmod 777 /usr/src/app
56
  USER admin
57
 
58