k44Eqha/screenshotter/Dockerfile

5 lines
93 B
Docker

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