grobid / Dockerfile
kermitt2's picture
try to fix path rights
7e00406
raw
history blame
233 Bytes
FROM grobid/grobid:0.7.3-SNAPSHOT
USER root
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
RUN mkdir -m 777 -p /opt/grobid/logs
RUN chmod -R u+rw /data/db
ENTRYPOINT ["/tini", "-s", "--"]
CMD ["./grobid-service/bin/grobid-service"]