Skip to content

Commit 7f839bb

Browse files
committed
finishing fix
1 parent 7d058f7 commit 7f839bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpm-Dockerfile-block-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN set -ex \
77
sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; \
88
cp php-fpm.d/www.conf.default php-fpm.d/www.conf; \
99
else \
10-
# PHP 5.x don't use "include=" by default, so we'll create our own simple config that mimics PHP 7+ for consistency
10+
# PHP 5.x doesn't use "include=" by default, so we'll create our own simple config that mimics PHP 7+ for consistency
1111
mkdir php-fpm.d; \
1212
cp php-fpm.conf.default php-fpm.d/www.conf; \
1313
{ \

0 commit comments

Comments
 (0)