mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
9 lines
123 B
Docker
9 lines
123 B
Docker
FROM buildkite/puppeteer:v1.15.0
|
|
|
|
COPY src .
|
|
|
|
ENV EMBER_HOST=http://host.docker.internal:4200
|
|
|
|
CMD [ "node", "index.js" ]
|
|
|