github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/scripts/screenshots/Dockerfile (about) 1 FROM buildkite/puppeteer:v1.15.0 2 3 COPY src . 4 5 ENV EMBER_HOST=http://host.docker.internal:4200 6 7 RUN npm install 8 9 CMD [ "node", "index.js" ] 10