arajshiva commited on
Commit
f426d8e
·
verified ·
1 Parent(s): b18a0a4

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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=${STREAMLIT_PORT}", "--server.enableCORS=false"]
 
26
  EXPOSE ${STREAMLIT_PORT}
27
 
28
  # Command to run the app
29
+ CMD ["streamlit", "run", "app.py", "--server.port=$STREAMLIT_PORT", "--server.enableCORS=false"]