Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 3f7b9a1

Browse files
committed
Add the startup script for the newrelic-plugin-agent back
- Only sets the license key
1 parent 4045cc1 commit 3f7b9a1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN /usr/sbin/useradd -M -r -u 110 -g newrelic newrelic -d /var/lib/postgres
3939
RUN mkdir -p /etc/newrelic /var/log/newrelic /var/run/newrelic /etc/service/newrelic-plugin-agent
4040
RUN chown newrelic /var/log/newrelic /var/run/newrelic
4141
ADD newrelic-plugin-agent.cfg /etc/newrelic/newrelic-plugin-agent.cfg
42-
ADD newrelic-plugin-agent.sh /etc/service/newrelic-plugin-agent/run
42+
ADD bin/newrelic-plugin-agent.sh /etc/service/newrelic-plugin-agent/run
4343

4444
# Set the HOME environment variable for normal login behavior
4545
ENV HOME /root

0 commit comments

Comments
 (0)