Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #28 from pelias/npm3
Browse files Browse the repository at this point in the history
Install NPM3 in baseimage
  • Loading branch information
orangejulius authored Aug 30, 2017
2 parents e5fdc67 + e800b75 commit cdcfaf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions baseimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ RUN git clone 'https://github.com/isaacs/nave.git' /code/nave && /code/nave/nave
# add global install dir to $NODE_PATH
ENV NODE_PATH="/usr/local/lib/node_modules:$NODE_PATH"

# update NPM
RUN npm install -g npm@3

# copy pelias config
ADD 'pelias.json' '/code/pelias.json'
ENV PELIAS_CONFIG '/code/pelias.json'

0 comments on commit cdcfaf5

Please sign in to comment.