test deploy
continuous-integration/drone/push Build is passing Details

deploy
remrem 10 months ago
parent 9136485952
commit da48b7f7f7

@ -6,6 +6,6 @@ COPY . .
RUN pip install --upgrade pip
RUN pip install streamlit matplotlib pandas scikit-learn
EXPOSE 8501
EXPOSE 80
ENTRYPOINT ["streamlit", "run", "home.py", "--server.port=8501", "--server.address=0.0.0.0"]
ENTRYPOINT ["streamlit", "run", "home.py", "--server.port=80"]

Loading…
Cancel
Save