Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ COPY --chown=lfoppiano config-docker.yml /opt/grobid/datastet/resources/config/c
|
|
8 |
WORKDIR /opt/grobid
|
9 |
|
10 |
# Hack to make the lexicon loader working
|
11 |
-
RUN ln -sf datastet/resources/ resources
|
12 |
|
13 |
CMD ["sh", "./datastet/bin/datastet", "server", "datastet/resources/config/config.yml"]
|
|
|
8 |
WORKDIR /opt/grobid
|
9 |
|
10 |
# Hack to make the lexicon loader working
|
11 |
+
# RUN ln -sf datastet/resources/ resources
|
12 |
|
13 |
CMD ["sh", "./datastet/bin/datastet", "server", "datastet/resources/config/config.yml"]
|