kermitt2 commited on
Commit
d0d61c7
1 Parent(s): 11e577f

bad cut and paste

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM grobid/grobid:0.7.3-SNAPSHOT
2
  USER root
3
  RUN chmod -R uog+rw /opt/grobid/grobid-home/tmp
4
- RUN chmod -R uog+rw -p /opt/grobid/logs
5
  RUN chmod -R uog+rw /data/db
6
  ENTRYPOINT ["/tini", "-s", "--"]
7
  CMD ["./grobid-service/bin/grobid-service"]
 
1
  FROM grobid/grobid:0.7.3-SNAPSHOT
2
  USER root
3
  RUN chmod -R uog+rw /opt/grobid/grobid-home/tmp
4
+ RUN chmod -R uog+rw /opt/grobid/logs
5
  RUN chmod -R uog+rw /data/db
6
  ENTRYPOINT ["/tini", "-s", "--"]
7
  CMD ["./grobid-service/bin/grobid-service"]