set $HOME in tiller container to /tmp

This commit is contained in:
Matthew Fisher 2017-02-13 15:08:28 -08:00
parent 318c6f77e6
commit d1cbd7adae

View file

@ -14,6 +14,8 @@
FROM alpine:3.3
ENV HOME /tmp
COPY . /
EXPOSE 44134