rename TMROOT to TMHOME (Refs #431)

This commit is contained in:
Anton Kaliaev
2017-03-27 15:17:10 +04:00
parent 5420254b36
commit 5f6de800a0
9 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM alpine:3.5
ENV DATA_ROOT /tendermint
ENV TMROOT $DATA_ROOT
ENV TMHOME $DATA_ROOT
RUN addgroup tmuser && \
adduser -S -G tmuser tmuser