diff --git a/Dockerfile b/Dockerfile index 790cb47..e0db826 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +ENTRYPOINT ddtrace-run python3 wsgi.py diff --git a/requirements.txt b/requirements.txt index 6070785..c499203 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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