awacke1 commited on
Commit
224b099
·
verified ·
1 Parent(s): ea3f5eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY --chown=user . $HOME/app
29
 
30
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
31
 
32
- CMD python -m streamlit run presidio_streamlit.py --server.port=7860 --server.address=0.0.0.0
 
29
 
30
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
31
 
32
+ CMD python -m streamlit run app.py --server.port=7860 --server.address=0.0.0.0