Anuj-Panthri commited on
Commit
7c323f7
1 Parent(s): 97401d2

updated dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -13,9 +13,9 @@ RUN php artisan migrate --force;
13
 
14
  RUN ls -lh
15
 
16
- RUN chmod -R 775 public
17
- RUN chmod -R 775 storage
18
- RUN chmod -R 775 bootstrap/cache
19
 
20
  RUN ls -lh
21
 
 
13
 
14
  RUN ls -lh
15
 
16
+ RUN chmod -R 777 public
17
+ RUN chmod -R 777 storage
18
+ RUN chmod -R 777 bootstrap/cache
19
 
20
  RUN ls -lh
21