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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]