Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,4 +6,5 @@ RUN mkdir -m 777 -p /opt/grobid/logs
|
|
| 6 |
#Configuration
|
| 7 |
COPY --chown=lfoppiano grobid.yaml /opt/grobid/grobid-home/config/grobid.yaml
|
| 8 |
|
|
|
|
| 9 |
CMD ["./grobid-service/bin/grobid-service"]
|
|
|
|
| 6 |
#Configuration
|
| 7 |
COPY --chown=lfoppiano grobid.yaml /opt/grobid/grobid-home/config/grobid.yaml
|
| 8 |
|
| 9 |
+
|
| 10 |
CMD ["./grobid-service/bin/grobid-service"]
|