Skip to content

Commit 5e500ed

Browse files
committed
Added view cache clear to docker run script
1 parent ab73f60 commit 5e500ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mkdir -p /app/storage/framework/views
1515
php artisan storage:link
1616
php artisan migrate --force
1717
php artisan config:cache
18+
php artisan view:cache
1819

1920
# Set runtime permissions
2021
chown -R www-data:www-data /app

0 commit comments

Comments
 (0)