aephiday commited on
Commit
a4c5029
·
verified ·
1 Parent(s): abb807c

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
18
  EXPOSE 7860
19
 
20
  # Kesehatan aplikasi
21
- HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health || exit 1
22
 
23
  # Jalankan aplikasi Streamlit
24
- CMD ["streamlit", "run", "src/streamlit_app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
18
  EXPOSE 7860
19
 
20
  # Kesehatan aplikasi
21
+ HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
22
 
23
  # Jalankan aplikasi Streamlit
24
+ CMD ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]