diff --git a/Dockerfile b/Dockerfile index e0d0e3c..2413c8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,5 @@ COPY .git .git/ COPY *.py . COPY proxstar ./proxstar RUN touch targets && chmod a+w targets # This is some OKD shit. +RUN git config --global --add safe.directory /opt/proxstar # This is also some OKD shit. ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080