test mkdir for bindmount
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Michael Grote 2024-07-30 11:07:55 +02:00
parent 118bbd5101
commit 4821253bc0

View file

@ -67,6 +67,9 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \ && ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
&& rm ~/.bashrc \ && rm ~/.bashrc \
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \ && ln -s ~/dotfiles/.bash_extra ~/.bashrc \
&& vim +PluginInstall +qall && vim +PluginInstall +qall \
&& mkdir /home/ansible-user/ansible-homeserver
ENTRYPOINT ["/home/ansible-user/start_tmux.sh"] ENTRYPOINT ["/home/ansible-user/start_tmux.sh"]
#mount to non root user?