From fb9448ef71afb48ee7c5efad151660864c7c10d8 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 5 Jun 2025 11:15:47 +0200 Subject: [PATCH] feat(docker): prod, fix misc --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3d9d10fe7..22ea72a26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -425,6 +425,7 @@ RUN git clone --branch dev --single-branch https://git.congegni.net/Congegni/sin /home/$sintonia_user/composer --no-cache dump-autoload --no-interaction COPY ./docker/sintonia-webapp/laravel/.env.production.example /var/www/sintonia_webapp/.env +RUN chown $sintonia_user:$sintonia_user /var/www/sintonia_webapp/.env RUN php artisan key:generate && \ php artisan migrate && \