Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -5,4 +5,5 @@ RUN mkdir -m 777 -p /opt/grobid/logs
|
|
| 5 |
|
| 6 |
COPY --chown=lfoppiano config-docker.yml /opt/grobid/datastet/resources/config/config.yml
|
| 7 |
|
|
|
|
| 8 |
CMD ["sh", "./datastet/bin/datastet", "server", "datastet/resources/config/config.yml"]
|
|
|
|
| 5 |
|
| 6 |
COPY --chown=lfoppiano config-docker.yml /opt/grobid/datastet/resources/config/config.yml
|
| 7 |
|
| 8 |
+
WORKDIR /opt/grobid
|
| 9 |
CMD ["sh", "./datastet/bin/datastet", "server", "datastet/resources/config/config.yml"]
|