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