mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
A puppeteer based docker container for running the screenshots script without having to deal with headless chrome
This commit is contained in:
8
website/scripts/screenshots/Dockerfile
Normal file
8
website/scripts/screenshots/Dockerfile
Normal 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" ]
|
||||
|
||||
Reference in New Issue
Block a user