Skip to content

Commit 1fce91d

Browse files
authored
Update Dockerfile
1 parent ed09637 commit 1fce91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.9-buster
2-
WORKDIR /opt/proxstar
2+
WORKDIR /etc/proxstar
33
RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-dev ldap-utils git
44
COPY requirements.txt .
55
RUN pip install -r requirements.txt
@@ -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 /opt/proxstar # This is also some OKD shit.
11+
RUN git config --global --add safe.directory "*" # This is also some OKD shit.
1212
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080

0 commit comments

Comments
 (0)