version: "2.1"
services:
  web:
    build: .
    volumes:
      - ./src:/usr/app/
    ports:
      - "3000:3000"