FROM server:2.0 COPY . ConstructionCost WORKDIR ConstructionCost RUN cnpm install EXPOSE 6060 ENTRYPOINT babel-node server.js