version: '3' services: app: build: . ports: - "3000" volumes: - ./:/app command: npm run start