From 737c95780256134bbd71f1a010ddd318ac5f88b5 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Jun 2025 17:00:50 +0200 Subject: [PATCH] feat(docker): prod, fix misc --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 && \