Skip to content

Commit 6936d82

Browse files
GitHub Workflowtclavier
authored andcommitted
Runs update.sh
1 parent f272e57 commit 6936d82

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' >> "${PHP_INI_DIR}/conf.d/docker-php-ext-apcu.ini"; \
103+
echo 'apc.enable_cli=1' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini; \
104104
\
105105
{ \
106106
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \

0 commit comments

Comments
 (0)