File size: 281 Bytes
e4216b0 eee1300 2e60a3a 2eb35c3 697d3f3 b68c699 eee1300 |
1 2 3 4 5 6 7 8 9 |
FROM grobid/grobid:0.8.1-SNAPSHOT
USER root
RUN apt-get update && apt-get install -y git
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
RUN mkdir -m 777 -p /opt/grobid/logs
RUN chmod -R uog+rw /data/db
#ENTRYPOINT ["/tini", "-s", "--"]
CMD ["./grobid-service/bin/grobid-service"]
|