Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1 KB

README.md

File metadata and controls

48 lines (29 loc) · 1 KB

riipeckx/node

Description

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.

Introduction

Purpose

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.

Technologies Used

  • Docker: For creating and managing containers.
  • Node.js: JavaScript runtime environment.

Installation

Prerequisites

Docker installed and running.

Clone the repository:

git clone https://github.com/riipeckx/node.git

Build the image:

cd node
make build

Usage

Running a container:

# This will build then run a container based on fresh built image
make dev

License

MIT License