From ad9023f7bcc0e3e24061d3bdebac0afa91f24eb5 Mon Sep 17 00:00:00 2001 From: Joe Abbate <40615740+jabbate19@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:48:40 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acfeddf..9ffa93e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +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 "*" # This is also some OKD shit. +RUN git config --global --add safe.directory '*' && chmod 775 /etc/proxstar/.git # This is also some OKD shit. ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080