Skip to content

bhimrazy/express-app-with-docker-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Docker App

This repo helps you to get started with ExpressJs in docker Environment.

Docker

  • Build Command
        docker build . -t your-name/express-docker-app
    
  • Run Command
        docker run -p 8000:8080 -d your-name/express-docker-app
    
  • List Containers
        docker ps
    
  • Stop Command
        docker stop <container_id>
    

Run Locally

Clone the project

  git clone https://github.com/bhimrazy/express-app-with-docker-setup

Go to the project directory

  cd express-app-with-docker-setup

Install dependencies

  npm install

Start the server

  npm run start

App Screenshot

References

Dockerizing a Node.js web app

License

MIT

About

This a test docker app for ExpressJs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published