Skip to content

Commit

Permalink
Adjsut dockerfile to include agent based impl
Browse files Browse the repository at this point in the history
  • Loading branch information
heiko-braun committed Dec 12, 2023
1 parent 47f7762 commit 7b0d596
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 @@ -21,4 +21,4 @@ EXPOSE 80

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

ENTRYPOINT ["streamlit", "run", "ui.py", "--server.port=80"]
ENTRYPOINT ["streamlit", "run", "agent.py", "--server.port=80"]

0 comments on commit 7b0d596

Please sign in to comment.