Skip to content

Commit f272e57

Browse files
tclavierJ0WI
andcommitted
Use $PHP_INI_DIR var (#1765)
* Use $PHP_INI_DIR var * Update 24/fpm/Dockerfile Co-authored-by: J0WI <J0WI@users.noreply.github.com> * Update 24/fpm/Dockerfile Co-authored-by: J0WI <J0WI@users.noreply.github.com> Co-authored-by: J0WI <J0WI@users.noreply.github.com>
1 parent acacf47 commit f272e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

24/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN { \
100100
echo 'opcache.revalidate_freq=60'; \
101101
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
102102
\
103-
echo 'apc.enable_cli=1' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini; \
103+
echo 'apc.enable_cli=1' >> "${PHP_INI_DIR}/conf.d/docker-php-ext-apcu.ini"; \
104104
\
105105
{ \
106106
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \

0 commit comments

Comments
 (0)