Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ COPY . .
|
|
| 19 |
RUN pip3 install -r requirements.txt
|
| 20 |
EXPOSE 8501
|
| 21 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 22 |
-
ENTRYPOINT ["streamlit", "run", "
|
|
|
|
| 19 |
RUN pip3 install -r requirements.txt
|
| 20 |
EXPOSE 8501
|
| 21 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 22 |
+
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
|