Skip to content

Commit 5c5dcc5

Browse files
committed
Add node_modules to dockerfile path
1 parent 75c94dc commit 5c5dcc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ 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
6566

6667
# Set the locale
6768
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)