version: '3' services: app: build: context: . dockerfile: Dockerfile.local volumes: - .:/app:cached ports: - '3000:3000' expose: - 3000 tty: true