From 12c5f8aa47d91ae65eaff9ad5c963990df598099 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 29 Jun 2020 14:46:51 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1140a2e..0f4757c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ USER www-data COPY --chown=www-data:www-data . . # install composer deps && env -RUN export COMPOSER_CACHE_DIR="/dev/null"; composer install --no-progress +RUN export COMPOSER_CACHE_DIR="/dev/null"; composer global require hirak/prestissimo; composer install --no-progress #&& composer dump-env prod # Install frontend deps and build frontend