grobid-2 / Dockerfile
kermitt2's picture
bad cut and paste
d0d61c7
raw
history blame
237 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 /opt/grobid/logs
RUN chmod -R uog+rw /data/db
ENTRYPOINT ["/tini", "-s", "--"]
CMD ["./grobid-service/bin/grobid-service"]