feat(docker): prod, fix misc

This commit is contained in:
Michael 2025-06-05 11:30:48 +02:00
parent cfbf1bca84
commit 4ba0f9ace7

View file

@ -427,9 +427,11 @@ 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 key:generate && \
php artisan migrate && \
php artisan db:seed && \
RUN php artisan key:generate
RUN php artisan migrate
RUN php artisan db:seed && \
set -eux && \
npm i && \
npm run build