From 4821253bc082503158111ce05c43b5aa2e4abd55 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 30 Jul 2024 11:07:55 +0200 Subject: [PATCH] test mkdir for bindmount --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f903293..1bd0dea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,6 +67,9 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v && ln -s ~/dotfiles/vim/spell/ ~/.vim/ \ && rm ~/.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"] + +#mount to non root user?