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 ad9023f commit 783e744Copy full SHA for 783e744
Dockerfile
@@ -8,5 +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 '*' && chmod 775 /etc/proxstar/.git # This is also some OKD shit.
+RUN git config --system --add safe.directory '*' && chmod 775 /etc/proxstar/.git # This is also some OKD shit.
12
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
0 commit comments