Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -26,7 +26,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 26 |
COPY . .
|
| 27 |
|
| 28 |
# 7. Expose Port
|
| 29 |
-
EXPOSE
|
| 30 |
|
| 31 |
# 8. Run
|
| 32 |
-
CMD ["streamlit", "run", "app.py", "--server.port=
|
|
|
|
| 26 |
COPY . .
|
| 27 |
|
| 28 |
# 7. Expose Port
|
| 29 |
+
EXPOSE 8501
|
| 30 |
|
| 31 |
# 8. Run
|
| 32 |
+
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0","--server.enableXsrfProtection=false"]
|