lfoppiano commited on
Commit
cb16d54
·
verified ·
1 Parent(s): 34f3457

Update Dockerfile

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