Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
FROM grobid/grobid:0.8.1-SNAPSHOT
|
2 |
USER root
|
3 |
RUN apt-get update && apt-get install -y git
|
|
|
4 |
RUN git config --global user.email "[email protected]"
|
5 |
RUN mkdir -m 777 -p /opt/grobid/grobid-home/tmp
|
6 |
RUN mkdir -m 777 -p /opt/grobid/logs
|
|
|
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
|