Spaces:
Runtime error
Runtime error
File size: 240 Bytes
89f8abe |
1 2 3 4 5 6 7 8 |
FROM grobid/grobid:0.8.1-name-address
USER root
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"]
|