mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 14:01:51 +00:00
Add ddtrace
This commit is contained in:
parent
013b91f2f0
commit
3463a39e46
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue