diff --git a/Dockerfile b/Dockerfile index c1fdacbf1..baa102e0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -424,8 +424,8 @@ RUN git clone --branch dev --single-branch https://git.congegni.net/Congegni/sin /home/$sintonia_user/composer install --no-progress --no-interaction && \ /home/$sintonia_user/composer --no-cache dump-autoload --no-interaction -RUN php artisan migrate && \ - php artisan key:generate && \ +RUN php artisan key:generate && \ + php artisan migrate && \ php artisan db:seed && \ set -eux && \ npm i && \