version: '2' services: web: build: . command: npm run dev volumes: - .:/usr/masonstrap/ - /usr/masonstrap/node_modules ports: - "8000:8000"