feat(docker): prod, fix misc

This commit is contained in:
Michael 2025-06-04 16:33:34 +02:00
parent 931e166c80
commit c6549500bc

View file

@ -421,7 +421,7 @@ USER $sintonia_user
WORKDIR /var/www/sintonia_webapp WORKDIR /var/www/sintonia_webapp
RUN cron && \ RUN cron && \
git clone --branch dev --single-branch https://git.congegni.net/Congegni/sintonia_webapp && \ git clone --branch dev --single-branch https://git.congegni.net/Congegni/sintonia_webapp . && \
cd sintonia_webapp && \ cd sintonia_webapp && \
/home/$sintonia_user/composer install --no-progress --no-interaction --no-autoloader && \ /home/$sintonia_user/composer install --no-progress --no-interaction --no-autoloader && \
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction && \ /home/$sintonia_user/composer --no-cache dump-autoload --no-interaction && \