From 7198222787eb975a6f482a30309bf00490033d0b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 6 Jul 2023 12:36:12 +1000 Subject: [PATCH] debug composer failures --- alpine/5/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/alpine/5/Dockerfile b/alpine/5/Dockerfile index d8cc0f1..e815fb2 100644 --- a/alpine/5/Dockerfile +++ b/alpine/5/Dockerfile @@ -100,11 +100,10 @@ COPY --from=build --chown=$INVOICENINJA_USER:$INVOICENINJA_USER /var/www/app /va USER $UID WORKDIR /var/www/app -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - # Do not remove this ENV ENV IS_DOCKER true -RUN /usr/local/bin/composer install --no-dev --quiet +#RUN /usr/local/bin/composer install --no-dev --quiet +RUN /usr/local/bin/composer install --no-dev # Override the environment settings from projects .env file ENV APP_ENV production