Upgrade hugo

This commit is contained in:
Vincent Fiduccia
2019-02-13 16:50:07 -07:00
parent bbad3f7d0f
commit ee13c69303
208 changed files with 9112 additions and 424 deletions
+6 -5
View File
@@ -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"]