FROM costbase:2.0 WORKDIR /home/ConstructionCost COPY . /home/ConstructionCost RUN cnpm install EXPOSE 3300 ENTRYPOINT babel-node socket.js