grobid-crf / Dockerfile
kermitt2's picture
fix path
d065337
raw
history blame
No virus
210 Bytes
FROM grobid/grobid-crf:0.7.3-SNAPSHOT
USER root
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
RUN mkdir -m 777 -p /opt/grobid/logs
ENTRYPOINT ["/tini", "-s", "--"]
CMD ["./grobid-service/bin/grobid-service"]