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 && \