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

entrypoint

parent 9b764055
No related branches found
No related tags found
1 merge request!2Docker db secrets
...@@ -29,4 +29,4 @@ EXPOSE 8501 ...@@ -29,4 +29,4 @@ EXPOSE 8501
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"] ENTRYPOINT ["streamlit", "run", "db_test.py", "--server.port=8501", "--server.address=0.0.0.0"]
\ No newline at end of file \ No newline at end of file
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