version: '3'
services:
  webapp:
    stdin_open: true
    build:
      context: .
      dockerfile: .Dockerfile
    ports:
      - 3000:3000
