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