FROM node:0.12.4-onbuild EXPOSE 3000 RUN mkdir /usr/src/app/db VOLUME ["/usr/src/app/db"]