Skip to content

Commit

Permalink
Update start.sh to clear cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cioraneanu authored Jun 29, 2024
1 parent c056802 commit 03d2ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-entrypoint.d/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
php /var/www/html/artisan migrate --isolated --force
php /var/www/html/artisan config:clear
php /var/www/html/artisan config:cache
php /var/www/html/artisan cache:clear
supervisord -c /etc/supervisord.conf

0 comments on commit 03d2ad1

Please sign in to comment.