EasyEngine / EasyEngine/dockerfiles
fix newrelic.ini permission
Open
- Dominant language
- Dockerfile
- Stars
- 22
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.