yiyixin commited on
Commit
afdcb1a
1 Parent(s): 8b69cb4
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -29,6 +29,7 @@ COPY . /app
29
 
30
  # Expose port 7860 for the streamlit app to listen on
31
  EXPOSE 7860
 
32
 
33
  # open the grobid server
34
  RUN apt-get update && \
 
29
 
30
  # Expose port 7860 for the streamlit app to listen on
31
  EXPOSE 7860
32
+ EXPOSE 5000
33
 
34
  # open the grobid server
35
  RUN apt-get update && \