FROM node:latest WORKDIR /tmp COPY package*.json . COPY streamTest.js . RUN npm install