yiyixin commited on
Commit
85d4688
1 Parent(s): 9a8babd
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN apt-get update && \
39
  RUN chmod +x serve_grobid.sh
40
  RUN ./serve_grobid.sh
41
 
42
- # open the backend server
43
- # Run the command to start the streamlit app
44
  CMD ["bash" ,"run.sh"]
45
 
 
39
  RUN chmod +x serve_grobid.sh
40
  RUN ./serve_grobid.sh
41
 
42
+ # open the backend server and streamlit app
43
+ RUN chmod +x run.sh
44
  CMD ["bash" ,"run.sh"]
45