We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 779f7bb + c0f6f6b commit 78148cfCopy full SHA for 78148cf
Dockerfile
@@ -1,6 +1,7 @@
1
FROM mhart/alpine-node:8
2
3
ARG PKG_VERSION
4
+ADD ./node_modules ./node_modules
5
ADD greenkeeper-changes-${PKG_VERSION}.tgz ./
6
WORKDIR /package
7
0 commit comments