# A docker image for the func container.

FROM node:4-onbuild

ADD server.js /usr/src/app/server.js

EXPOSE 8888
