We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64602e commit 0484220Copy full SHA for 0484220
Dockerfile
@@ -4,9 +4,8 @@ RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-de
4
COPY requirements.txt .
5
RUN pip install -r requirements.txt
6
COPY start_worker.sh start_scheduler.sh .
7
-COPY .git ./.git
+COPY .git .git/
8
COPY *.py .
9
COPY proxstar ./proxstar
10
-RUN git rev-parse --short HEAD
11
RUN touch targets && chmod a+w targets # This is some OKD shit.
12
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
0 commit comments