This is a basic containerized Node.js Express server running in port 3000 internally.
964
This is a basic Node.js Express server template.
To build the Docker image, follow these steps:
docker build -t docker-express-server .
Once the Docker image is built, you can run a container using the following command:
docker run -p 8080:3000 --name express-server docker-express-server
Content type
Image
Digest
sha256:5fccf9e8b…
Size
47.2 MB
Last updated
almost 3 years ago
docker pull cupaenglishengineering/docker-express-server