version: '2' services: www: build: . command: npm run dev volumes: - .:/app ports: - "8080:8080"