539b1693c0
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" ]
|
|
|