Skip to content

Commit 783e744

Browse files
authored
Update Dockerfile
1 parent ad9023f commit 783e744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ COPY .git .git/
88
COPY *.py .
99
COPY proxstar ./proxstar
1010
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.
11+
RUN git config --system --add safe.directory '*' && chmod 775 /etc/proxstar/.git # This is also some OKD shit.
1212
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080

0 commit comments

Comments
 (0)