open-nomad/scripts/screenshots/Dockerfile
Michael Lange 539b1693c0 Moved the ui screenshots script from /website/scripts to /scripts
Having a node package in the website dir is incompatible with the way
middleman watches the filesystem.
2019-06-19 17:18:44 -07:00

11 lines
140 B
Docker

FROM buildkite/puppeteer:v1.15.0
COPY src .
ENV EMBER_HOST=http://host.docker.internal:4200
RUN npm install
CMD [ "node", "index.js" ]