app:
  build: ./
  volumes:
  - ./:/app
  - node_modules:/app/node_modules
  working_dir: /app
  command: npm run dev
  ports:
  - 3000:3000