We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c27e4e commit 3800764Copy full SHA for 3800764
Dockerfile
@@ -9,4 +9,4 @@ COPY *.py .
9
COPY proxstar ./proxstar
10
RUN touch targets && chmod a+w targets # This is some OKD shit.
11
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
+ENTRYPOINT gunicorn proxstar:app --bind=0.0.0.0:8080
requirements.txt
@@ -1,7 +1,6 @@
1
black~=21.9b0
2
csh-ldap==2.4.0
3
click~=7.1.2
4
-ddtrace~=1.2.1
5
flask==1.1.4
6
jinja2==2.11.3
7
flask-pyoidc==1.3.0
0 commit comments