Skip to content

riipeckx/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published