Skip to content

Commit 77e3b97

Browse files
committed
Fix COPY path
- Fixed the path of `.vimrc` to copy in `Dockerfile`.
1 parent 66125ea commit 77e3b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update \
2424
&& pip install pipenv pylint yapf
2525

2626
# Install & setup development tools
27-
COPY ../.vimrc /root/.vimrc
27+
COPY .vimrc /root/.vimrc
2828
RUN apt-get install -y build-essential cmake curl git git-flow vim \
2929
&& git clone https://github.com/VundleVim/Vundle.vim.git \
3030
/root/.vim/bundle/Vundle.vim \

0 commit comments

Comments
 (0)