kermitt2 commited on
Commit
11e577f
·
1 Parent(s): 697d3f3

netter way to fix path rights

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