Anuj-Panthri commited on
Commit
a3bcfe0
·
1 Parent(s): b332f6a

added permissions for database

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,8 +13,9 @@ RUN php artisan migrate --force;
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
 
13
 
14
  RUN ls -lh
15
 
16
+ # RUN chmod -R 777 public
17
  RUN chmod -R 777 storage
18
+ RUN chmod -R 777 database
19
  RUN chmod -R 777 bootstrap/cache
20
 
21
  RUN ls -lh