We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d5a61 commit cf7c405Copy full SHA for cf7c405
newrelic/Dockerfile
@@ -2,4 +2,6 @@ FROM python:3.9.14-alpine3.16
2
3
RUN pip install --no-cache-dir newrelic
4
5
+COPY newrelic.ini newrelic.ini
6
+
7
ENTRYPOINT ["newrelic-admin", "run-program"]
0 commit comments