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 c8170c3 + ececf6c commit d28c759Copy full SHA for d28c759
README.md
@@ -92,6 +92,11 @@ yourself and others looking at your `Dockerfile` as to what it does. This also
92
makes it easier to add additional requirements as time goes on (such as
93
installing more packages before performing the previously-`ONBUILD` steps).
94
95
+This `onbuild` variant will only install npm packages according to the
96
+`package.json` and *does not* adhere to the `npm-shrinkwrap.json` (see full
97
+discussion in
98
+[`nodejs/docker-node#65`](https://github.com/nodejs/docker-node/issues/65).
99
+
100
## `node:slim`
101
102
This image does not contain the common packages contained in the default tag and
0 commit comments