We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f934da2 commit d5f3efaCopy full SHA for d5f3efa
docker-entrypoint.sh
@@ -105,14 +105,17 @@ fi
105
106
composer install
107
108
+php artisan key:generate
109
+
110
+php artisan migrate --force
111
112
113
echo "Setting folder permissions for uploads"
114
chown -R www-data:www-data public/uploads && chmod -R 775 public/uploads
115
chown -R www-data:www-data storage/uploads && chmod -R 775 storage/uploads
116
-echo "Clear Cache..."
-
117
php artisan cache:clear
118
119
php artisan view:clear
120
121
exec apache2-foreground
0 commit comments