From 7f99c473279e919d5c73270c423178fca989a042 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 12 Jun 2025 14:12:33 +0200 Subject: [PATCH] feat(docker): prod, fix misc --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 84735de1d..9d59400e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \