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 236ff80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

php artisan db:migrate --force --seed --no-interaction --isolated
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf

0 comments on commit 236ff80

Please sign in to comment.