diff --git a/Dockerfile b/Dockerfile index 992e77ddc..83e76d435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ FROM alpine:3.11 # Add the binary COPY ./bin/linux/newrelic /bin -CMD ["/bin/newrelic"] +ENTRYPOINT ["/bin/newrelic"] diff --git a/README.md b/README.md index 8a241ff98..f9e660e11 100644 --- a/README.md +++ b/README.md @@ -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 [ {