datnguyentien204 commited on
Commit
761abef
1 Parent(s): 75ef095

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -29,4 +29,5 @@ EXPOSE 7860
29
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
30
  RUN chmod -R 777 /app
31
 
 
32
  CMD ["streamlit", "run", "☰_Main.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
29
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
30
  RUN chmod -R 777 /app
31
 
32
+
33
  CMD ["streamlit", "run", "☰_Main.py", "--server.port=7860", "--server.address=0.0.0.0"]