Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

kozhin/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS image with Alpine Linux

for Docker lightweight containers - image size is about 90 Mb

Building image

docker build -t node .

How to use

# add to your Dockerfile
FROM <your docker registry URL>/node:latest

Configuration

Update this line to install necessary version of NodeJS, npm and Yarn.

# Set env variables
ENV NODE_VERSION="14.8.0" NPM_VERSION="6.14.7" YARN_VERSION="1.22.4"

About

Custom NodeJS image for Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published