Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PHP_MEMORY_LIMIT support in Dockerfile
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.
- Loading branch information