Skip to content

Commit 47af4e8

Browse files
committed
Don't modify path
vscode remote docker does some crazy path overriding...I think this messed it up somehow. Anyways, no need to do this.
1 parent d28d826 commit 47af4e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.devcontainer/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | b
6262
RUN git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1
6363

6464
RUN echo "source $HOME/.bash-git-prompt/gitprompt.sh" >> ~/.bashrc
65-
RUN echo "export PATH=$PATH:./node_modules/.bin" >> ~/.bashrc
6665

6766
# Set the locale
6867
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen

0 commit comments

Comments
 (0)