1
0
mirror of https://github.com/rancher/docs.git synced 2026-02-06 03:45:54 +01:00
Files
docs/Dockerfile.algolia
Vincent Fiduccia 8319149877 Algolia
2019-02-13 17:31:24 -07:00

11 lines
237 B
Docker

FROM rancher/docs:latest as prod
FROM rancher/docs:build
COPY --from=prod /usr/share/nginx/html/docs/final.algolia.json /run
WORKDIR /run
COPY package.json package.json
COPY scripts scripts
ENTRYPOINT ["yarn","run","publish-algolia"]