Compare commits
No commits in common. "3cf56a3a345fc2b1551c26f3f7f3fdf618d8f964" and "33a7c56f178733a3a192ad29c905b3f5c7c72b0a" have entirely different histories.
3cf56a3a34
...
33a7c56f17
|
|
@ -16,6 +16,6 @@ COPY . .
|
|||
|
||||
ENV STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 8501
|
||||
|
||||
ENTRYPOINT ["uv", "run", "streamlit", "run", "app.py", "--server.port=3000", "--server.address=0.0.0.0"]
|
||||
ENTRYPOINT ["uv", "run", "streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
||||
Loading…
Reference in New Issue