mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Merge pull request #143 from ComputerScienceHouse/wilnil/datadog
Update + Enable `ddtrace`
This commit is contained in:
commit
493fbd13f1
2 changed files with 2 additions and 2 deletions
|
@ -8,4 +8,4 @@ COPY .git ./.git
|
||||||
COPY *.py .
|
COPY *.py .
|
||||||
COPY proxstar ./proxstar
|
COPY proxstar ./proxstar
|
||||||
RUN touch proxmox_ssh_key && chmod a+w proxmox_ssh_key # This is some OKD shit.
|
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
|
black~=21.9b0
|
||||||
csh-ldap==2.4.0
|
csh-ldap==2.4.0
|
||||||
click~=7.1.2
|
click~=7.1.2
|
||||||
ddtrace~=1.1.4
|
ddtrace~=1.2.1
|
||||||
flask==1.1.4
|
flask==1.1.4
|
||||||
jinja2==2.11.3
|
jinja2==2.11.3
|
||||||
flask-pyoidc==1.3.0
|
flask-pyoidc==1.3.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue