File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ COPY gulpfile.js /app
1010RUN npm run gulp
1111
1212# Stage 2: Composer, nginx and fpm
13- FROM bkuhl/fpm-nginx:fpm-7_nginx-1
13+ FROM bkuhl/fpm-nginx:7.3
1414WORKDIR /var/www/html
1515
1616COPY /nginx.conf /etc/nginx/conf.d
@@ -20,7 +20,8 @@ USER www-data
2020ADD --chown=www-data:www-data /composer.json /var/www/html
2121ADD --chown=www-data:www-data /composer.lock /var/www/html
2222
23- RUN composer install --no-interaction --no-autoloader --no-dev --prefer-dist --no-scripts \
23+ RUN composer global require hirak/prestissimo \
24+ && composer install --no-interaction --no-autoloader --no-dev --prefer-dist --no-scripts \
2425 && rm -rf /home/www-data/.composer/cache
2526
2627ADD --chown=www-data:www-data /storage /var/www/html/storage
You can’t perform that action at this time.
0 commit comments