This commit is contained in:
Lamp 2021-05-28 21:43:15 -07:00
parent 2d24574ee6
commit 68fb02854c
1 changed files with 5 additions and 5 deletions

View File

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