Skip to content

Commit

Permalink
ci: seed db on build
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jul 17, 2024
1 parent 04ec95a commit 8a84891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ RUN php artisan event:cache
RUN php artisan route:cache
RUN php artisan view:cache
RUN php artisan optimize
RUN php artisan migrate --isolated --force -n

0 comments on commit 8a84891

Please sign in to comment.