Spaces:
Running
Running
fix path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM grobid/grobid-crf:0.7.3-SNAPSHOT
|
2 |
USER root
|
3 |
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
|
4 |
-
RUN
|
5 |
ENTRYPOINT ["/tini", "-s", "--"]
|
6 |
CMD ["./grobid-service/bin/grobid-service"]
|
|
|
1 |
FROM grobid/grobid-crf:0.7.3-SNAPSHOT
|
2 |
USER root
|
3 |
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
|
4 |
+
RUN mkdir -m 777 -p /opt/grobid/logs
|
5 |
ENTRYPOINT ["/tini", "-s", "--"]
|
6 |
CMD ["./grobid-service/bin/grobid-service"]
|