remove ddtrace (revert later)

This commit is contained in:
Jeremy Smart 2024-09-20 20:23:50 -04:00
parent 2c27e4e38a
commit 3800764639
No known key found for this signature in database
GPG key ID: 779983F4BEF2BACB
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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