set entrypoint to bash
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 2m43s

This commit is contained in:
Michael Grote 2024-09-13 18:37:09 +02:00
parent 299104e654
commit 02852660de

View file

@ -67,4 +67,4 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& vim +PluginInstall +qall && vim +PluginInstall +qall
COPY --chown=ansible-dev:ansible-dev start_tmux.sh . COPY --chown=ansible-dev:ansible-dev start_tmux.sh .
ENTRYPOINT ["/home/ansible-dev/start_tmux.sh"] ENTRYPOINT ["/bin/bash"]