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