Merge pull request #350 from geocine/cannot-open-nvm-sh-fix

fix for issue #347
This commit is contained in:
Philippe Trépanier 2016-10-09 13:12:19 -04:00 committed by GitHub
commit 2396b4799c
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ ENV NVM_DIR /home/laradock/.nvm
RUN if [ ${INSTALL_NODE} = true ]; then \
# Install nvm (A Node Version Manager)
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.6/install.sh | bash && \
. ~/.nvm/nvm.sh && \
. $NVM_DIR/nvm.sh && \
nvm install ${NODE_VERSION} && \
nvm use ${NODE_VERSION} && \
nvm alias ${NODE_VERSION} && \