From 9b7640554b0e4a1b9320179e563c4af2e4fdec35 Mon Sep 17 00:00:00 2001
From: Ryan Melvin <rmelvin@uabmc.edu>
Date: Thu, 4 May 2023 16:34:10 -0500
Subject: [PATCH] dockerfile to clone specific branch

---
 deploy/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/Dockerfile b/deploy/Dockerfile
index 7f18931..f026d5a 100644
--- a/deploy/Dockerfile
+++ b/deploy/Dockerfile
@@ -19,7 +19,7 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
 # Check if repo has been updated since last build
 ADD "https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai/commits?per_page=1" latest_commit
 RUN rm -rf latest_commit
-RUN git clone https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai.git .
+RUN git clone -b docker_db_secrets https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai.git .
 
 #COPY .streamlit/secrets.toml /deploy/.streamlit/
 
-- 
GitLab