fix workdir

This commit is contained in:
chris 2017-03-20 13:36:19 +01:00
parent d9c8075b7b
commit 8abef6acff
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ RUN git clone https://git.zx2c4.com/password-store && \
make install && cd .. && \
rm -rf password-store
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 HOME=/root
WORKDIR HOME
WORKDIR $HOME
ADD zshrc /root/.zshrc
CMD zsh