# A docker image for the func container.

FROM node:7-onbuild

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

EXPOSE 8888
