Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #194 from escattone/npm-update-1328839
Browse files Browse the repository at this point in the history
bug 1328839: improve npm package updates
  • Loading branch information
jwhitlock committed Jun 7, 2017
2 parents 1274f46 + 60c43b0 commit 3047876
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Expand Up @@ -22,6 +22,9 @@ WORKDIR /
# "npm-shrinkwrap.json" file (if it exists).
COPY *.json ./
RUN npm install
# Update any top-level npm packages listed in package.json,
# as allowed by each package's given "semver".
RUN npm update
ENV NODE_PATH=/node_modules
RUN chown -R kumascript:kumascript $NODE_PATH

Expand Down

0 comments on commit 3047876

Please sign in to comment.