Issue: In the case of docker rm and start it is not able to `sed` in the newrelic.ini file. Solution: add in PHP dockerfile/entry-point at a later stage after `sed` ```bash su www-data ```
Issue:
In the case of docker rm and start it is not able to
sedin the newrelic.ini file.Solution:
add in PHP dockerfile/entry-point at a later stage after
sed