mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 03:00:08 +00:00
[provisioning] Just use zsh in the Dockerfile
This commit is contained in:
parent
6805a449c0
commit
4c219d9db2
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ USER correl
|
||||||
WORKDIR /home/correl
|
WORKDIR /home/correl
|
||||||
COPY . /home/correl/dotfiles
|
COPY . /home/correl/dotfiles
|
||||||
RUN DEBUG=1 /home/correl/dotfiles/provision.sh
|
RUN DEBUG=1 /home/correl/dotfiles/provision.sh
|
||||||
CMD ["/bin/bash", "/home/correl/dotfiles/provision.sh"]
|
CMD ["/usr/bin/zsh"]
|
||||||
|
|
Loading…
Reference in a new issue