Skip to content

This is my first learning project about NodeJS apps and Docker.

License

Notifications You must be signed in to change notification settings

adtyap26/nodejs-docker-project_0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-docker-project_0

This is my first learning project about NodeJS apps and Docker.

Requirements

In order to build from Dockerfile, all you need is simply install docker on your machine.

Usage

clone this repository and after that you will build:

docker build -t your_dockerhub_username/<nameofyourapp> .

Run your container:

docker run --name <nameofyourapp> -p 80:8080 -d your_dockerhub_username/<nameofyourapp>

About

This is my first learning project about NodeJS apps and Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published