mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
set $HOME in tiller container to /tmp
This commit is contained in:
parent
318c6f77e6
commit
d1cbd7adae
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
FROM alpine:3.3
|
||||
|
||||
ENV HOME /tmp
|
||||
|
||||
COPY . /
|
||||
|
||||
EXPOSE 44134
|
||||
|
|
|
|||
Loading…
Reference in a new issue