Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -11,6 +11,7 @@ COPY --chown=lfoppiano dataseer-ml.yml /opt/grobid/dataseer-ml/resources/config/
|
|
| 11 |
|
| 12 |
WORKDIR /opt/grobid/dataseer-ml
|
| 13 |
|
|
|
|
| 14 |
RUN ls -l /opt/grobid/dataseer-ml/resources/lexicon/
|
| 15 |
|
| 16 |
CMD ["bin/dataseer-ml", "server", "resources/config/server.yml"]
|
|
|
|
| 11 |
|
| 12 |
WORKDIR /opt/grobid/dataseer-ml
|
| 13 |
|
| 14 |
+
RUN mkdir logs
|
| 15 |
RUN ls -l /opt/grobid/dataseer-ml/resources/lexicon/
|
| 16 |
|
| 17 |
CMD ["bin/dataseer-ml", "server", "resources/config/server.yml"]
|