don't set entrypoint at all
All checks were successful
lint, build and push / lint (push) Successful in 4s
lint, build and push / build (push) Successful in 2m47s

This commit is contained in:
Michael Grote 2024-09-13 18:44:29 +02:00
parent 02852660de
commit f60a624851

View file

@ -67,4 +67,3 @@ 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 ["/bin/bash"]