Skip to content

Commit ed09637

Browse files
authored
Update Dockerfile
1 parent 0484220 commit ed09637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +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 /opt/proxstar # This is also some OKD shit.
1112
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080

0 commit comments

Comments
 (0)