Skip to content
Snippets Groups Projects

docker secrets

Merged Ryan Melvin requested to merge MsSQL into main
5 files
+ 99
3
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
2
@@ -16,7 +16,7 @@ ADD "https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai/commits?per_page=1" la
RUN rm -rf latest_commit
RUN git clone https://gitlab.rc.uab.edu/anes_ai/mpog-helper-openai.git .
COPY .streamlit/secrets.toml /deploy/.streamlit/
#COPY .streamlit/secrets.toml /deploy/.streamlit/
RUN pip3 install -r requirements.txt
@@ -24,4 +24,4 @@ EXPOSE 8501
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
\ No newline at end of file
ENTRYPOINT ["streamlit", "run", "db_test.py", "--server.port=8501", "--server.address=0.0.0.0"]
\ No newline at end of file
Loading