feat(dockerfile): seeds db in dev with user permissions

This commit is contained in:
Michael 2025-02-11 16:32:47 +01:00
parent 0ada5cf38f
commit 703b69c4a8
1 changed files with 1 additions and 0 deletions

View File

@ -382,6 +382,7 @@ CMD git config --global --add safe.directory /var/www/sintonia_webapp && \
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction && \
php artisan migrate && \
php artisan key:generate && \
php artisan db:seed RolesAndPermissionsSeeder && \
php artisan schedule:run >> /dev/null 2>&1 && \
set -eux && \
npm i && \