dev:
  image: starefossen/iojs-imagemagick:2-6
  working_dir: /usr/src/app
  volumes:
    - ".:/usr/src/app"
  command: "npm run watch"
