Docker Node.js base image, with configurable Ubuntu, NVM, and Node.js versions.
687
Docker Node.js base image, with configurable Ubuntu, NVM, and Node.js versions.
FROM aaram/node:11.10.0
WORKDIR /home/app
COPY . /home/app
RUN /tmp/runner.sh npm install
ENTRYPOINT ["/tmp/runner.sh", "npm", "start"]
Content type
Image
Digest
Size
92.8 MB
Last updated
over 7 years ago
docker pull aaram/node