k44Eqha/screenshotter/Dockerfile

6 lines
98 B
Docker

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