Skip to content

Commit

Permalink
remove ddtrace (revert later)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qelxiros committed Sep 21, 2024
1 parent 2c27e4e commit 3800764
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ COPY *.py .
COPY proxstar ./proxstar
RUN touch targets && chmod a+w targets # This is some OKD shit.
RUN git config --system --add safe.directory '*' # This is also some OKD shit.
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
ENTRYPOINT gunicorn proxstar:app --bind=0.0.0.0:8080
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
black~=21.9b0
csh-ldap==2.4.0
click~=7.1.2
ddtrace~=1.2.1
flask==1.1.4
jinja2==2.11.3
flask-pyoidc==1.3.0
Expand Down

0 comments on commit 3800764

Please sign in to comment.