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