FROM server:2.0

COPY . ConstructionCost

WORKDIR ConstructionCost

RUN cnpm install 

EXPOSE 3300

ENTRYPOINT babel-node socket.js
