Skip to content

Commit

Permalink
Merge pull request #53 from avrae/remove-newrelic
Browse files Browse the repository at this point in the history
chore: remove newrelic
  • Loading branch information
zhudotexe authored Jun 28, 2022
2 parents 777231f + 69b6dc4 commit 88266af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 209 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ COPY --chown=avraeservice:avraeservice docker/config-${ENVIRONMENT}.py config.py
# Download AWS pubkey to connect to documentDB
RUN wget https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem

ENTRYPOINT .local/bin/newrelic-admin run-program .local/bin/gunicorn --workers 2 --bind 0:8000 app:app
ENTRYPOINT .local/bin/gunicorn --workers 2 --bind 0:8000 app:app
207 changes: 0 additions & 207 deletions newrelic.ini

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Flask==1.1.2
Flask-Cors==3.0.10
Flask-PyMongo==2.3.0
gunicorn==20.1.0
newrelic==6.2.0.156
pydantic==1.9.0
PyJWT==2.4.0
redis==3.5.3
Expand Down

0 comments on commit 88266af

Please sign in to comment.