From 86f1dd43cfaaf60aca0daa3a46bb9bd00efb7825 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 6 Jul 2023 13:24:16 +1000 Subject: [PATCH] debugging composer --- alpine/5/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/alpine/5/Dockerfile b/alpine/5/Dockerfile index d37bda0..819fc0a 100644 --- a/alpine/5/Dockerfile +++ b/alpine/5/Dockerfile @@ -102,9 +102,7 @@ WORKDIR /var/www/app # Do not remove this ENV ENV IS_DOCKER true -RUN which composer -RUN composer -v -RUN /usr/local/bin/composer install --no-dev --quiet +RUN /usr/local/bin/composer install --no-dev --no-cache # Override the environment settings from projects .env file ENV APP_ENV production