php.ini file PATH error

hello, I want to increase our GC_MAXLIFETIME so we don’t get timed out while using the APP developed with Scriptcase.

We deploy with a Docker container, so environment is Linux 64bit

if I run diagnosis I see that
[TABLE=“align: center, cellpadding: 2, cellspacing: 0”]
[TR=“bgcolor: #ffffff”]
[TD]Problem [/TD]
[TD=“align: left”]php.ini PATH:[/TD]
[/TR]
[/TABLE]

and I don’t know how to fix this,

currently in our Docker container, the scriptcase deploy is located in this path:

COPY deploy /var/www/html/sec/
RUN chmod 777 -R /var/www/html/sec/_lib

and _lib has 777.

the phpconf.ini file is located here:

 COPY phpconf.ini /usr/local/etc/php/conf.d/
 

how can I make the scriptcase deploy, act on this php.ini file? or let scriptcase know the path?