This repository contains a Dockerfile that extends the official Node.js image to create a custom image tailored to my specific needs. This image is designed to fit my personal taste of what a base image should be.
The primary goal of this project is to provide a pre-configured and optimized Node.js Docker image for personal specific use cases, e.g., "developing and deploying Node.js applications. This image eliminates the need for manual environment setup, saving time and effort.
- Docker: For creating and managing containers.
- Node.js: JavaScript runtime environment.
Docker installed and running.
Clone the repository:
git clone https://github.com/riipeckx/node.git
Build the image:
cd node
make build
Running a container:
# This will build then run a container based on fresh built image
make dev