Create Dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM lfoppiano/grobid:0.7.2
|
2 |
+
USER root
|
3 |
+
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
|
4 |
+
ENTRYPOINT ["/tini", "-s", "--"]
|
5 |
+
CMD ["./grobid-service/bin/grobid-service"]
|