Being able to increase memory size is a useful feature in some cases.
What:
Add an ENV directive to the Dockerfile, allowing to pass a value to configuration the PHP memory_limit php.ini directive. Use that environment variable in php.ini, since it supports that.
Why:
Being able to increase memory size is a useful feature in some cases.
What:
Add an ENV directive to the Dockerfile, allowing to pass a value to configuration the PHP memory_limit php.ini directive. Use that environment variable in php.ini, since it supports that.