Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
FROM grobid/grobid:0.8.1-SNAPSHOT
|
2 |
USER root
|
3 |
RUN apt-get update && apt-get install -y git
|
4 |
-
ENV HOME /root
|
5 |
-
RUN git config --global user.email "[email protected]"
|
6 |
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
|
7 |
RUN mkdir -m 777 -p /opt/grobid/logs
|
8 |
RUN chmod -R uog+rw /data/db
|
|
|
1 |
FROM grobid/grobid:0.8.1-SNAPSHOT
|
2 |
USER root
|
3 |
RUN apt-get update && apt-get install -y git
|
|
|
|
|
4 |
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
|
5 |
RUN mkdir -m 777 -p /opt/grobid/logs
|
6 |
RUN chmod -R uog+rw /data/db
|