Update Dockerfile

This commit is contained in:
2020-06-29 14:51:38 +02:00
committed by GitHub
parent 12c5f8aa47
commit 0dffe32284

View File

@ -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