version: '2.1' services: d: image: d build: context: . dockerfile: Dockerfile ports: - 3000:3000 volumes: - "./:/root/app"