diff --git a/deploy/Dockerfile b/deploy/Dockerfile
index f026d5a4dd62c8feb9c0d521deaccb6ab1520f14..7f189316cba8c08cd3553c5fde77fd0cf21ec98d 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 -b docker_db_secrets https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai.git .
+RUN git clone https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai.git .
 
 #COPY .streamlit/secrets.toml /deploy/.streamlit/