github.com/uchennaokeke444/nomad@v0.11.8/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