version: "2"
services:
  docs:
    build:
      context: .
      dockerfile: Dockerfile
    image: docs/docstage
    ports:
     - "4000:4000"
    volumes:
     - "./:/usr/src/app"