Skip to content

Commit

Permalink
Merge pull request #96 from newrelic/jthurman/docker-entry
Browse files Browse the repository at this point in the history
Fix: Docker entrypoint
  • Loading branch information
Jonathan Thurman authored Mar 4, 2020
2 parents 4db094e + fc66dfd commit 14cbc3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM alpine:3.11
# Add the binary
COPY ./bin/linux/newrelic /bin

CMD ["/bin/newrelic"]
ENTRYPOINT ["/bin/newrelic"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ docker pull newrelic/cli
$ docker run -it --rm \
-e NEW_RELIC_API_KEY="$NEW_RELIC_API_KEY" \
newrelic/cli \
newrelic apm application get --name WebPortal
apm application get --name WebPortal

[
{
Expand Down

0 comments on commit 14cbc3d

Please sign in to comment.