Skip to content

Commit

Permalink
Adjusted Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed May 29, 2024
1 parent 8a45550 commit 1f8ebfb
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 @@ -19,4 +19,4 @@ EXPOSE $SERVER_PORT

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

ENTRYPOINT [ "streamlit run explanation_frontend.py --server.port=$SERVER_PORT --server.address=0.0.0.0" ]
ENTRYPOINT ["sh","-c", "streamlit run explanation_frontend.py --server.port=$SERVER_PORT --server.address=0.0.0.0"]

0 comments on commit 1f8ebfb

Please sign in to comment.