mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-22 19:18:04 +00:00
Copy gulpfile for algolia
This commit is contained in:
@@ -36,4 +36,5 @@ RUN stat /run/public/index.html
|
||||
FROM nginx
|
||||
VOLUME /usr/share/nginx/html/docs
|
||||
COPY --from=build /run/public /usr/share/nginx/html/docs/
|
||||
COPY gulpfile.babel.js /usr/share/nginx/html/docs/
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
@@ -35,4 +35,5 @@ RUN stat /run/public/index.html
|
||||
FROM nginx
|
||||
VOLUME /usr/share/nginx/html/docs
|
||||
COPY --from=build /run/public /usr/share/nginx/html/docs/
|
||||
COPY gulpfile.babel.js /usr/share/nginx/html/docs/
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
Reference in New Issue
Block a user