mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 08:25:43 +03:00
14 lines
209 B
Docker
14 lines
209 B
Docker
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
FROM buildkite/puppeteer:v1.15.0
|
|
|
|
COPY src .
|
|
|
|
ENV EMBER_HOST=http://host.docker.internal:4200
|
|
|
|
RUN npm install
|
|
|
|
CMD [ "node", "index.js" ]
|
|
|