mirror of
https://github.com/fergalmoran/docker.devbox.git
synced 2025-12-22 17:37:33 +00:00
Fixed dot install
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user