Skip to content

Commit 7d0183f

Browse files
committed
Expose PHP_FPM_DIR
1 parent 832e57b commit 7d0183f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile-linux.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ WORKDIR /var/www/html
457457
EXPOSE 80
458458
{{ ) elif env.variant == "fpm" then ( -}}
459459
WORKDIR /var/www/html
460+
ENV PHP_FPM_DIR /usr/local/etc/php-fpm.d
460461

461462
RUN set -eux; \
462463
cd /usr/local/etc; \

0 commit comments

Comments
 (0)