Add ddtrace

This commit is contained in:
Will Nilges 2022-06-25 22:11:38 -04:00
parent 013b91f2f0
commit 3463a39e46
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