Merge remote-tracking branch 'origin/main'
# Conflicts: # dev/sintonia-webapp/laravel/.env.dev
This commit is contained in:
commit
ec5216054d
1 changed files with 1 additions and 1 deletions
|
@ -395,10 +395,10 @@ ENV sintonia_user=${sintonia_user}
|
||||||
|
|
||||||
### Start server
|
### Start server
|
||||||
CMD cron && \
|
CMD cron && \
|
||||||
php artisan key:generate && \
|
|
||||||
git config --global --add safe.directory /var/www/sintonia_webapp && \
|
git config --global --add safe.directory /var/www/sintonia_webapp && \
|
||||||
/home/$sintonia_user/composer install --no-progress --no-interaction && \
|
/home/$sintonia_user/composer install --no-progress --no-interaction && \
|
||||||
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction && \
|
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction && \
|
||||||
|
php artisan key:generate && \
|
||||||
php artisan migrate && \
|
php artisan migrate && \
|
||||||
php artisan db:seed RolesAndPermissionsSeeder && \
|
php artisan db:seed RolesAndPermissionsSeeder && \
|
||||||
php artisan schedule:run >> /dev/null 2>&1 && \
|
php artisan schedule:run >> /dev/null 2>&1 && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue