Spaces:
Build error
Build error
Anuj-Panthri
commited on
Commit
·
97401d2
1
Parent(s):
f7c1b99
updated dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -11,6 +11,9 @@ RUN composer install;
|
|
11 |
RUN php artisan key:generate;
|
12 |
RUN php artisan migrate --force;
|
13 |
|
|
|
|
|
|
|
14 |
RUN chmod -R 775 storage
|
15 |
RUN chmod -R 775 bootstrap/cache
|
16 |
|
|
|
11 |
RUN php artisan key:generate;
|
12 |
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 |
|