Skip to content

Commit

Permalink
wip - Dockerfile reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjal-joshi committed Oct 8, 2023
1 parent e9e6c3b commit ed6ca4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ EXPOSE 8501
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health

WORKDIR /opt/program/src/
ENTRYPOINT ["echo 'nameserver 8.8.8.8' > /etc/resolv.conf", "&&", "echo '185.199.108.133 raw.githubusercontent.com' >> /etc/hosts", "&&", "streamlit", "run", "streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
ENTRYPOINT ["streamlit", "run", "streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]

0 comments on commit ed6ca4b

Please sign in to comment.