Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|