Sign inSign up

aaram/node

By aaram

Updated over 7 years ago

Docker Node.js base image, with configurable Ubuntu, NVM, and Node.js versions.

Image
0

687

aaram/node repository overview

Docker Node.js base image, with configurable Ubuntu, NVM, and Node.js versions.

Usage

FROM aaram/node:11.10.0
WORKDIR /home/app
COPY . /home/app
RUN /tmp/runner.sh npm install
ENTRYPOINT ["/tmp/runner.sh", "npm", "start"]

Tag summary

Content type

Image

Digest

Size

92.8 MB

Last updated

over 7 years ago

docker pull aaram/node