From c6549500bcc511d10ff742824be43e3830fd9dd5 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Jun 2025 16:33:34 +0200 Subject: [PATCH] feat(docker): prod, fix misc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7542aadf..bcc4100f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -421,7 +421,7 @@ USER $sintonia_user WORKDIR /var/www/sintonia_webapp 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 && \ /home/$sintonia_user/composer install --no-progress --no-interaction --no-autoloader && \ /home/$sintonia_user/composer --no-cache dump-autoload --no-interaction && \