Spaces:
Runtime error
Runtime error
Anuj-Panthri
commited on
Commit
•
f7c1b99
1
Parent(s):
f136a49
updated dockerfile
Browse files- Dockerfile +5 -0
- README.md +2 -1
Dockerfile
CHANGED
@@ -11,4 +11,9 @@ RUN composer install;
|
|
11 |
RUN php artisan key:generate;
|
12 |
RUN php artisan migrate --force;
|
13 |
|
|
|
|
|
|
|
|
|
|
|
14 |
CMD php artisan serve --host 0.0.0.0 --port 8000
|
|
|
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 |
+
|
17 |
+
RUN ls -lh
|
18 |
+
|
19 |
CMD php artisan serve --host 0.0.0.0 --port 8000
|
README.md
CHANGED
@@ -8,6 +8,8 @@
|
|
8 |
app_port: 8000
|
9 |
---
|
10 |
|
|
|
|
|
11 |
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p>
|
12 |
|
13 |
<p align="center">
|
@@ -78,7 +80,6 @@ ## License
|
|
78 |
|
79 |
|
80 |
|
81 |
-
hosted on hugging face space :
|
82 |
|
83 |
## Steps to Run
|
84 |
|
|
|
8 |
app_port: 8000
|
9 |
---
|
10 |
|
11 |
+
hosted on hugging face space : https://anuj-panthri-todolist-laravel.hf.space/
|
12 |
+
|
13 |
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p>
|
14 |
|
15 |
<p align="center">
|
|
|
80 |
|
81 |
|
82 |
|
|
|
83 |
|
84 |
## Steps to Run
|
85 |
|