version: '2'
services:
  app:
    build: .
    command: npm run build
    volumes:
      - .:/app
      - /usr/local/lib/node_modules
