FROM node:8 COPY package.json yarn.lock ./ RUN yarn --pure-lockfile COPY . . CMD ["node", "server/ingestLogs.js"]