feat(dockerfile): seeds db in dev with user permissions
This commit is contained in:
parent
0ada5cf38f
commit
703b69c4a8
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue