Sign inSign up

mobilebridge/node

By mobilebridge

Updated about 8 years ago

Alpine based nodejs container

Image
1

10.0K

mobilebridge/node repository overview

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

Tag summary

Content type

Image

Digest

Size

29.5 MB

Last updated

about 9 years ago

docker pull mobilebridge/node