Example docker/node Dockerfile used to generate Docker images for node.js based applications.
to build an image run docker build -t <my-tag> .
Based on the official nodejs/docker-node/20/buster/Dockerfile examples
Example docker/node Dockerfile used to generate Docker images for node.js based applications.
to build an image run docker build -t <my-tag> .
Based on the official nodejs/docker-node/20/buster/Dockerfile examples