Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -2,4 +2,7 @@ FROM lfoppiano/grobid:latest-develop
|
|
2 |
USER root
|
3 |
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
|
4 |
RUN mkdir -m 777 -p /opt/grobid/logs
|
|
|
|
|
|
|
5 |
CMD ["./grobid-service/bin/grobid-service"]
|
|
|
2 |
USER root
|
3 |
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
|
4 |
RUN mkdir -m 777 -p /opt/grobid/logs
|
5 |
+
|
6 |
+
COPY --chown=lfoppiano config.yml /opt/grobid/resources/config/config.yml
|
7 |
+
|
8 |
CMD ["./grobid-service/bin/grobid-service"]
|