Skip to content

Commit

Permalink
fix: init
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 21, 2024
1 parent 8e0597b commit 6aa0a73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/s6-rc.d/laravel/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
source /etc/profile.d/aliases.sh

artisan migrate --force
artisan optimize
artisan config:cache
artisan event:cache
artisan route:cache
artisan view:cache
# artisan icons:cache # done by filament:optimize
artisan filament:optimize
artisan storage:link

Expand Down

0 comments on commit 6aa0a73

Please sign in to comment.