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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,13 +5,13 @@ RUN mkdir -m 777 -p /opt/grobid/logs
5
 
6
  WORKDIR /opt/grobid
7
  RUN chmod 777 dataseer-ml/resources/config/*.yml
 
8
 
9
  COPY --chown=lfoppiano server.yml /opt/grobid/dataseer-ml/resources/config/server.yml
10
  COPY --chown=lfoppiano dataseer-ml.yml /opt/grobid/dataseer-ml/resources/config/dataseer-ml.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"]
 
5
 
6
  WORKDIR /opt/grobid
7
  RUN chmod 777 dataseer-ml/resources/config/*.yml
8
+ RUN mkdir logs
9
 
10
  COPY --chown=lfoppiano server.yml /opt/grobid/dataseer-ml/resources/config/server.yml
11
  COPY --chown=lfoppiano dataseer-ml.yml /opt/grobid/dataseer-ml/resources/config/dataseer-ml.yml
12
 
13
  WORKDIR /opt/grobid/dataseer-ml
14
 
 
15
  RUN ls -l /opt/grobid/dataseer-ml/resources/lexicon/
16
 
17
  CMD ["bin/dataseer-ml", "server", "resources/config/server.yml"]