diff --git a/Dockerfile b/Dockerfile index 4108a920e..e9e2ac34a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -379,6 +379,7 @@ ENV sintonia_user=${sintonia_user} CMD git config --global --add safe.directory /var/www/sintonia_webapp && \ /home/$sintonia_user/composer install --no-progress --no-interaction --no-dev --no-autoloader && \ /home/$sintonia_user/composer --no-cache dump-autoload --no-interaction --no-dev && \ + php artisan migrate && \ php artisan key:generate && \ php artisan schedule:run >> /dev/null 2>&1 & \ set -eux && \