Skip to content

Bilal-Mubeen/Initial-setup-of-NodeJS-app-using-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial-Setup-of-a-New-NodeJs-Project-using-Docker

A simple boiler plate for the initial setup of NodeJS project using docker. Just install docker and run the application on any OS .

To build go the directory and enter the build command *** docker build -t __NAME__ . ***
To run the node app on container enter the docker run command *** docker run -p 1234:1234 __NAME__ ***

About

Simple boiler plate for the initial setup of a node project using docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published