FROM costbase:2.0

WORKDIR /home/ConstructionCost

COPY . /home/ConstructionCost

RUN cnpm install

RUN gulp build

EXPOSE 6060

ENV NODE_ENV=pp

ENTRYPOINT babel-node server.js