Skip to content

Commit

Permalink
Add node_modules to dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Dec 26, 2019
1 parent 75c94dc commit 5c5dcc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Expand Up @@ -62,6 +62,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | b
RUN git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1

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

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

0 comments on commit 5c5dcc5

Please sign in to comment.