Skip to content

Commit 20a6ecb

Browse files
committed
php7.3 + prestissimo
1 parent ee5502d commit 20a6ecb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY gulpfile.js /app
1010
RUN 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
1414
WORKDIR /var/www/html
1515

1616
COPY /nginx.conf /etc/nginx/conf.d
@@ -20,7 +20,8 @@ USER www-data
2020
ADD --chown=www-data:www-data /composer.json /var/www/html
2121
ADD --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

2627
ADD --chown=www-data:www-data /storage /var/www/html/storage

0 commit comments

Comments
 (0)