feat(docker): prod, fix misc

This commit is contained in:
Michael 2025-06-05 11:15:47 +02:00
parent 44a1411f8f
commit fb9448ef71

View file

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