Sign inSign up

brohitdev/express-hello-world

By brohitdev

•Updated over 5 years ago

Hello world express

Image
0

248

brohitdev/express-hello-world repository overview

Hello world web app written in nodejs using express.

⁠Usage

⁠With docker

  • Pull the image

    docker pull brohitdev/express-hello-world:latest

  • Run

    docker run -p 8080:6000 -d brohitdev/express-hello-world:latest

  • Access

⁠With docker-compose

  • docker-compose.yml
version: '2'
services:
  hello-world:
    image: 'brohitdev/express-hello-world:latest'
    ports:
      - '8080:6000'

Tag summary

Content type

Image

Digest

Size

36.7 MB

Last updated

over 5 years ago

docker pull brohitdev/express-hello-world