lfoppiano commited on
Commit
efd4e5c
·
verified ·
1 Parent(s): a4eb27e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -6,4 +6,8 @@ RUN mkdir -m 777 -p /opt/grobid/logs
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"]
 
6
  COPY --chown=lfoppiano config-docker.yml /opt/grobid/datastet/resources/config/config.yml
7
 
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"]