Spaces:
Sleeping
Sleeping
AnujPanthri commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -44,6 +44,7 @@ RUN cp .env.example .env \
|
|
| 44 |
|
| 45 |
# 6. Run framework bootstrapping scripts
|
| 46 |
RUN php artisan key:generate
|
|
|
|
| 47 |
|
| 48 |
# 7. Secure file permission states for storage engines
|
| 49 |
RUN chmod -R 777 storage database bootstrap/cache
|
|
|
|
| 44 |
|
| 45 |
# 6. Run framework bootstrapping scripts
|
| 46 |
RUN php artisan key:generate
|
| 47 |
+
RUN php artisan migrate --force;
|
| 48 |
|
| 49 |
# 7. Secure file permission states for storage engines
|
| 50 |
RUN chmod -R 777 storage database bootstrap/cache
|