Skip to content

Commit 3800764

Browse files
committed
remove ddtrace (revert later)
1 parent 2c27e4e commit 3800764

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ COPY *.py .
99
COPY proxstar ./proxstar
1010
RUN touch targets && chmod a+w targets # This is some OKD shit.
1111
RUN git config --system --add safe.directory '*' # This is also some OKD shit.
12-
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
12+
ENTRYPOINT gunicorn proxstar:app --bind=0.0.0.0:8080

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
black~=21.9b0
22
csh-ldap==2.4.0
33
click~=7.1.2
4-
ddtrace~=1.2.1
54
flask==1.1.4
65
jinja2==2.11.3
76
flask-pyoidc==1.3.0

0 commit comments

Comments
 (0)