prthm786 / Docker-Expressjs-App

Docker Image for Basic Express App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-Nodejs-Expressjs-App

Creating docker image of our basic Express App

Steps to follow

  • Clone the repo

  • cd into the directory

  • run npm install

  • curl localhost:5000, this confirms everthing is working properly.

  • Now you can create Docker image for the app using commands.md

About

Docker Image for Basic Express App


Languages

Language:JavaScript 51.3%Language:Dockerfile 48.7%