github.com/hernad/nomad@v1.6.112/scripts/screenshots/Dockerfile (about) 1 # Copyright (c) HashiCorp, Inc. 2 # SPDX-License-Identifier: MPL-2.0 3 4 FROM buildkite/puppeteer:v1.15.0 5 6 COPY src . 7 8 ENV EMBER_HOST=http://host.docker.internal:4200 9 10 RUN npm install 11 12 CMD [ "node", "index.js" ] 13