Skip to content

Commit

Permalink
Merge pull request #9 from neracoos-open/deployment
Browse files Browse the repository at this point in the history
Adding serverAddress argument to Launch Command
  • Loading branch information
Dylan-Pugh committed Jul 25, 2024
2 parents 1900c43 + 5900891 commit c2c9608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata_form/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ EXPOSE 8501

HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health

ENTRYPOINT ["streamlit", "run", "metadata_form/Home.py", "--server.port=8501", "--server.address=0.0.0.0"]
ENTRYPOINT ["streamlit", "run", "metadata_form/Home.py", "--server.port=8501", "--server.address=0.0.0.0", "--browser.serverAddress=mbon.metadata.neracoos.org"]

0 comments on commit c2c9608

Please sign in to comment.