presidio commited on
Commit
aa68512
·
verified ·
1 Parent(s): 623a94e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,4 +48,4 @@ COPY --chown=user . $HOME/app
48
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
49
 
50
  # Run streamlit
51
- CMD ["poetry", "run", "streamlit", "run", "presidio_streamlit.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
48
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
49
 
50
  # Run streamlit
51
+ CMD ["poetry", "run", "python", "-m", "streamlit", "run", "presidio_streamlit.py", "--server.port=7860", "--server.address=0.0.0.0"]