A puppeteer based docker container for running the screenshots script without having to deal with headless chrome

This commit is contained in:
Michael Lange
2019-06-12 17:37:38 -07:00
parent a78d74c35a
commit 588b10fada

View File

@@ -0,0 +1,8 @@
FROM buildkite/puppeteer:v1.15.0
COPY src .
ENV EMBER_HOST=http://host.docker.internal:4200
CMD [ "node", "index.js" ]