Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ ENV STREAMLIT_SERVER_HEADLESS=true
|
|
26 |
EXPOSE ${STREAMLIT_PORT}
|
27 |
|
28 |
# Command to run the app
|
29 |
-
CMD ["streamlit", "run", "app.py", "--server.port=$
|
|
|
26 |
EXPOSE ${STREAMLIT_PORT}
|
27 |
|
28 |
# Command to run the app
|
29 |
+
CMD ["streamlit", "run", "app.py", "--server.port=$STREAMLIT_PORT", "--server.enableCORS=false"]
|