Spaces:
Runtime error
Runtime error
Anuj-Panthri
commited on
Commit
•
7c323f7
1
Parent(s):
97401d2
updated dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -13,9 +13,9 @@ RUN php artisan migrate --force;
|
|
13 |
|
14 |
RUN ls -lh
|
15 |
|
16 |
-
RUN chmod -R
|
17 |
-
RUN chmod -R
|
18 |
-
RUN chmod -R
|
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 |
|