yiyixin commited on
Commit
5137457
1 Parent(s): 7faa98f
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN chmod +x serve_grobid.sh
40
  RUN ./serve_grobid.sh
41
 
42
  # open the backend server
43
- RUN python backend.py &
44
 
45
  # Run the command to start the streamlit app
46
  CMD ["streamlit", "run", "frontend.py", "--server.address", "0.0.0.0", "--server.port", "7860", "--server.enableCORS", "true", "--server.enableXsrfProtection", "false"]
 
40
  RUN ./serve_grobid.sh
41
 
42
  # open the backend server
43
+ RUN python backend.py
44
 
45
  # Run the command to start the streamlit app
46
  CMD ["streamlit", "run", "frontend.py", "--server.address", "0.0.0.0", "--server.port", "7860", "--server.enableCORS", "true", "--server.enableXsrfProtection", "false"]