Alpine based Node.js ONBUILD container.
Usage:
FROM mobilebridge/node:latest
CMD ["node", "my_awesome_module"]
NOTE
To properly build the container the files .npmrc, npm-shrinkwrap.json and package.json are needed.
sample: npmrc
registry=http://my-npm-registry.example.com/
@request:registry=https://registry.npmjs.org/
progress=false
Content type
Image
Digest
Size
29.5 MB
Last updated
about 9 years ago
docker pull mobilebridge/node