From 04842209230524861093f02c74abd65f7d4c7855 Mon Sep 17 00:00:00 2001 From: Joe Abbate <40615740+jabbate19@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:31:29 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 386ffba..e0d0e3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,8 @@ RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-de COPY requirements.txt . RUN pip install -r requirements.txt COPY start_worker.sh start_scheduler.sh . -COPY .git ./.git +COPY .git .git/ COPY *.py . COPY proxstar ./proxstar -RUN git rev-parse --short HEAD RUN touch targets && chmod a+w targets # This is some OKD shit. ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080