dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

fix newrelic.ini permission

Open dhsathiya opened this issue 5 years ago • 0 comments

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

su www-data

dhsathiya avatar Sep 09 '20 08:09 dhsathiya