set entrypoint to bash
This commit is contained in:
parent
299104e654
commit
02852660de
1 changed files with 1 additions and 1 deletions
|
@ -67,4 +67,4 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
|
|||
&& vim +PluginInstall +qall
|
||||
|
||||
COPY --chown=ansible-dev:ansible-dev start_tmux.sh .
|
||||
ENTRYPOINT ["/home/ansible-dev/start_tmux.sh"]
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
|
Loading…
Reference in a new issue