mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Having a node package in the website dir is incompatible with the way middleman watches the filesystem.
11 lines
140 B
Docker
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" ]
|
|
|