yiyixin commited on
Commit
9a8babd
1 Parent(s): 0ee9d00
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,5 +41,5 @@ RUN ./serve_grobid.sh
41
 
42
  # open the backend server
43
  # Run the command to start the streamlit app
44
- CMD ["streamlit", "run", "frontend.py", "--server.address", "0.0.0.0", "--server.port", "7860", "--server.enableCORS", "true", "--server.enableXsrfProtection", "false"]
45
 
 
41
 
42
  # open the backend server
43
  # Run the command to start the streamlit app
44
+ CMD ["bash" ,"run.sh"]
45