Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 601 Bytes

File metadata and controls

26 lines (18 loc) · 601 Bytes

newrelic-python-agent-graphql-issue

Setup

  1. Clone and docker build
git clone https://github.com/tdg5/newrelic-python-agent-graphql-issue.git
cd newrelic-python-agent-graphql-issue
docker build -t newrelic-python-agent-graphql-issue .
  1. Test run without NEW_RELIC_LICENSE_KEY
docker run --rm newrelic-python-agent-graphql-issue
  1. Test run with NEW_RELIC_LICENSE_KEY
read NEW_RELIC_LICENSE_KEY
# paste New Relic license key and press enter

docker run --rm --env "NEW_RELIC_LICENSE_KEY=$NEW_RELIC_LICENSE_KEY" newrelic-python-agent-graphql-issue