mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Upgrade hugo
This commit is contained in:
+6
-5
@@ -1,9 +1,10 @@
|
||||
FROM rancher/docs:latest as prod
|
||||
|
||||
FROM rancher/docs:build
|
||||
|
||||
VOLUME /usr/share/nginx/html/docs
|
||||
COPY --from=prod /usr/share/nginx/html/final.algolia.json /run
|
||||
WORKDIR /run
|
||||
COPY package.json package.json
|
||||
COPY scripts scripts
|
||||
|
||||
COPY gulpfile.babel.js /run/
|
||||
|
||||
ENTRYPOINT ["gulp"]
|
||||
CMD ["publish:search-index"]
|
||||
ENTRYPOINT ["yarn","run","publish-algolia"]
|
||||
|
||||
Reference in New Issue
Block a user