File size: 237 Bytes
eee1300
 
11e577f
d0d61c7
697d3f3
eee1300
 
1
2
3
4
5
6
7
8
FROM grobid/grobid:0.7.3-SNAPSHOT
USER root
RUN chmod -R uog+rw  /opt/grobid/grobid-home/tmp
RUN chmod -R uog+rw  /opt/grobid/logs
RUN chmod -R uog+rw /data/db
ENTRYPOINT ["/tini", "-s", "--"]
CMD ["./grobid-service/bin/grobid-service"]