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

switching back to app entry point

parent 8046fd8a
No related branches found
No related tags found
1 merge request!2Docker db secrets
W7LJpoO-_400x400.png

34.1 KiB

...@@ -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", "db_test.py", "--server.port=8501", "--server.address=0.0.0.0"] ENTRYPOINT ["streamlit", "run", "app.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