fix workdir
This commit is contained in:
parent
d9c8075b7b
commit
8abef6acff
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ RUN git clone https://git.zx2c4.com/password-store && \
|
||||||
make install && cd .. && \
|
make install && cd .. && \
|
||||||
rm -rf password-store
|
rm -rf password-store
|
||||||
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 HOME=/root
|
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 HOME=/root
|
||||||
WORKDIR HOME
|
WORKDIR $HOME
|
||||||
ADD zshrc /root/.zshrc
|
ADD zshrc /root/.zshrc
|
||||||
CMD zsh
|
CMD zsh
|
||||||
|
|
Loading…
Reference in a new issue