From b8fd7f8995ef3eeb1bfa63ef2432ee7e8f5447b9 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Jun 2025 16:34:05 +0200 Subject: [PATCH] feat(docker): prod, fix misc --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcc4100f2..5a15498a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -422,7 +422,6 @@ WORKDIR /var/www/sintonia_webapp RUN cron && \ 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 && \ php artisan migrate && \