Skip to content
Snippets Groups Projects
Commit 9b764055 authored by Ryan Melvin's avatar Ryan Melvin
Browse files

dockerfile to clone specific branch

parent 3a4cf467
No related branches found
No related tags found
1 merge request!2Docker db secrets
...@@ -19,7 +19,7 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \ ...@@ -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 # 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 ADD "https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai/commits?per_page=1" latest_commit
RUN rm -rf 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/ #COPY .streamlit/secrets.toml /deploy/.streamlit/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment