Skip to content

Commit 0484220

Browse files
authored
Update Dockerfile
1 parent b64602e commit 0484220

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-de
44
COPY requirements.txt .
55
RUN pip install -r requirements.txt
66
COPY start_worker.sh start_scheduler.sh .
7-
COPY .git ./.git
7+
COPY .git .git/
88
COPY *.py .
99
COPY proxstar ./proxstar
10-
RUN git rev-parse --short HEAD
1110
RUN touch targets && chmod a+w targets # This is some OKD shit.
1211
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080

0 commit comments

Comments
 (0)