master
# # Image for running test suite. # FROM node:6 RUN mkdir -p /app WORKDIR /app COPY package.json /app RUN npm install EXPOSE 3000