lfoppiano commited on
Commit
8d3c5c1
1 Parent(s): f014708

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -2,4 +2,7 @@ FROM lfoppiano/grobid:latest-develop
2
  USER root
3
  RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
4
  RUN mkdir -m 777 -p /opt/grobid/logs
 
 
 
5
  CMD ["./grobid-service/bin/grobid-service"]
 
2
  USER root
3
  RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
4
  RUN mkdir -m 777 -p /opt/grobid/logs
5
+
6
+ COPY --chown=lfoppiano config.yml /opt/grobid/resources/config/config.yml
7
+
8
  CMD ["./grobid-service/bin/grobid-service"]