Update Dockerfile

This commit is contained in:
Florian Bouillon 2020-06-29 14:53:45 +02:00 committed by GitHub
parent 9eb2d480c8
commit 8683cddaa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,7 @@ USER www-data
COPY --chown=www-data:www-data . .
# install composer deps && env
RUN composer global require hirak/prestissimo;
RUN export COMPOSER_CACHE_DIR="/dev/null"; composer install --no-progress
RUN composer global require hirak/prestissimo; composer install --no-progress
#&& composer dump-env prod
# Install frontend deps and build frontend