From 38007646396cd4bf2f82dc9ec600531c42e3f19b Mon Sep 17 00:00:00 2001 From: Jeremy Smart Date: Fri, 20 Sep 2024 20:23:50 -0400 Subject: [PATCH] remove ddtrace (revert later) --- Dockerfile | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5af458e..4dacccb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY *.py . COPY proxstar ./proxstar RUN touch targets && chmod a+w targets # This is some OKD shit. RUN git config --system --add safe.directory '*' # This is also some OKD shit. -ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080 +ENTRYPOINT gunicorn proxstar:app --bind=0.0.0.0:8080 diff --git a/requirements.txt b/requirements.txt index 240c261..5d58b07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ black~=21.9b0 csh-ldap==2.4.0 click~=7.1.2 -ddtrace~=1.2.1 flask==1.1.4 jinja2==2.11.3 flask-pyoidc==1.3.0