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 0484220 commit ed09637Copy full SHA for ed09637
Dockerfile
@@ -8,4 +8,5 @@ COPY .git .git/
8
COPY *.py .
9
COPY proxstar ./proxstar
10
RUN touch targets && chmod a+w targets # This is some OKD shit.
11
+RUN git config --global --add safe.directory /opt/proxstar # This is also some OKD shit.
12
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
0 commit comments