grobid / Dockerfile
kermitt2's picture
netter way to fix path rights
11e577f
raw
history blame
240 Bytes
FROM grobid/grobid:0.7.3-SNAPSHOT
USER root
RUN chmod -R uog+rw /opt/grobid/grobid-home/tmp
RUN chmod -R uog+rw -p /opt/grobid/logs
RUN chmod -R uog+rw /data/db
ENTRYPOINT ["/tini", "-s", "--"]
CMD ["./grobid-service/bin/grobid-service"]