We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5751a commit 7fb96f7Copy full SHA for 7fb96f7
Dockerfile
@@ -32,8 +32,9 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
32
COPY config/conf.d /etc/nginx/conf.d/
33
34
# Configure PHP-FPM
35
-COPY config/fpm-pool.conf /etc/php82/php-fpm.d/www.conf
36
-COPY config/php.ini /etc/php82/conf.d/custom.ini
+ENV PHP_INI_DIR /etc/php82
+COPY config/fpm-pool.conf ${PHP_INI_DIR}/php-fpm.d/www.conf
37
+COPY config/php.ini ${PHP_INI_DIR}/conf.d/custom.ini
38
39
# Configure supervisord
40
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
0 commit comments