set entrypoint empty
All checks were successful
lint, build and push / lint (push) Successful in 4s
lint, build and push / build (push) Successful in 2m40s

This commit is contained in:
Michael Grote 2024-09-13 18:52:01 +02:00
parent f60a624851
commit e4f0364077

View file

@ -67,3 +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 []