Skip to content

Commit

Permalink
feat: add node_modules to save us an npm install on docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
janl authored Jul 31, 2018
1 parent f5030a3 commit 8b1d8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM mhart/alpine-node:8

ARG PKG_VERSION
ADD ./node_modules ./node_modules
ADD greenkeeper-badges-${PKG_VERSION}.tgz ./
WORKDIR /package

Expand Down

0 comments on commit 8b1d8e5

Please sign in to comment.