FROM buildkite/puppeteer; ADD . /app WORKDIR /app RUN npm ci CMD ["node", "screenshotter.js"]