mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-14 18:35:37 +00:00
10 lines
152 B
Docker
10 lines
152 B
Docker
FROM rancher/docs:build
|
|
|
|
VOLUME /usr/share/nginx/html/docs
|
|
WORKDIR /run
|
|
|
|
COPY gulpfile.babel.js /run/
|
|
|
|
ENTRYPOINT ["gulp"]
|
|
CMD ["publish:search-index"]
|