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 1ef15a8 commit 66f9ed3Copy full SHA for 66f9ed3
docker-entrypoint.sh
@@ -108,4 +108,9 @@ cd /var/www/BookStack/ && php artisan key:generate && php artisan migrate --forc
108
echo "Setting setting rights for uploads"
109
chown -R www-data:www-data /var/www/BookStack/public/uploads && chmod -R 775 /var/www/BookStack/public/uploads
110
111
+echo "Clear Cache..."
112
+
113
+php artisan cache:clear
114
+php artisan view:clear
115
116
exec apache2-foreground
0 commit comments