feat(docker): prod, fix misc

This commit is contained in:
Michael 2025-06-12 14:12:33 +02:00
parent ba00714ce7
commit 7f99c47327

View file

@ -423,8 +423,7 @@ USER $sintonia_user
ENV sintonia_user=${sintonia_user}
WORKDIR /var/www/sintonia_webapp
RUN git clone --branch dev --single-branch https://git.congegni.net/Congegni/sintonia_webapp . && \
mv /home/$sintonia_user/.env /var/www/sintonia_webapp
RUN git clone --branch dev --single-branch https://git.congegni.net/Congegni/sintonia_webapp .
CMD git pull && \
/home/$sintonia_user/composer install --no-progress --no-interaction && \