version: '2'

services:
  app:
    container_name: dart-app
    build: .
    restart: always
    ports:
      - "3000:3000"
