Change Port 80
parent
41f730b402
commit
b138e0b985
|
|
@ -16,6 +16,6 @@ RUN pip3 install -r requirements.txt
|
|||
|
||||
EXPOSE 80
|
||||
|
||||
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
||||
HEALTHCHECK CMD curl --fail http://localhost:80/_stcore/health
|
||||
|
||||
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=80", "--server.address=0.0.0.0"]
|
||||
Loading…
Reference in New Issue