Files
nomad/scripts/screenshots/Dockerfile
2023-04-10 15:36:59 +00:00

14 lines
208 B
Docker

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
FROM buildkite/puppeteer:v1.15.0
COPY src .
ENV EMBER_HOST=http://host.docker.internal:4200
RUN npm install
CMD [ "node", "index.js" ]