FROM node:4

EXPOSE 3000

RUN npm install -g json-server

WORKDIR /source
