Fixed dot install

This commit is contained in:
Fergal Moran
2015-11-03 21:53:10 +00:00
parent 40bc67c2d1
commit afad164e38

View File

@@ -62,7 +62,7 @@ RUN printf 'y' | vim +BundleInstall +qall \
#Set up bash #Set up bash
RUN git clone https://github.com/fergalmoran/dotfiles.git ${HOME}/dotfiles\ RUN git clone https://github.com/fergalmoran/dotfiles.git ${HOME}/dotfiles\
&& cd ${HOME}/dotfiles \ && cd ${HOME}/dotfiles \
&& ./install && ./install.sh
# Create a shared data volume # Create a shared data volume
# We need to create an empty file, otherwise the volume will # We need to create an empty file, otherwise the volume will