Merge pull request #143 from ComputerScienceHouse/wilnil/datadog

Update + Enable `ddtrace`
This commit is contained in:
Galen Guyer 2022-06-27 10:17:00 -04:00 committed by GitHub
commit 493fbd13f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ COPY .git ./.git
COPY *.py .
COPY proxstar ./proxstar
RUN touch proxmox_ssh_key && chmod a+w proxmox_ssh_key # This is some OKD shit.
ENTRYPOINT python3 wsgi.py
ENTRYPOINT ddtrace-run python3 wsgi.py

View file

@ -1,7 +1,7 @@
black~=21.9b0
csh-ldap==2.4.0
click~=7.1.2
ddtrace~=1.1.4
ddtrace~=1.2.1
flask==1.1.4
jinja2==2.11.3
flask-pyoidc==1.3.0