Mise à jour de 'src/Dockerfile'
continuous-integration/drone/push Build is passing Details

pull/23/head
Dorian HODIN 10 months ago
parent 7e6173f402
commit dd05e041cf

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

Loading…
Cancel
Save