version: '2.1'
services:
  app:
    image: node:4
    working_dir: /app
    volumes:
      - .:/app
    command: bash
