mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-15 02:45:40 +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"]
|