feat(docker): prod, fix misc

This commit is contained in:
Michael 2025-06-04 17:00:50 +02:00
parent 07bd63aabd
commit 737c957802

View file

@ -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 install --no-progress --no-interaction && \
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction /home/$sintonia_user/composer --no-cache dump-autoload --no-interaction
RUN php artisan migrate && \ RUN php artisan key:generate && \
php artisan key:generate && \ php artisan migrate && \
php artisan db:seed && \ php artisan db:seed && \
set -eux && \ set -eux && \
npm i && \ npm i && \