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 && \