mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
12 lines
221 B
Docker
12 lines
221 B
Docker
# rebuild in #33610
|
|
# docker build -t clickhouse/docs-check .
|
|
ARG FROM_TAG=latest
|
|
FROM clickhouse/docs-builder:$FROM_TAG
|
|
|
|
COPY run.sh /
|
|
|
|
ENV REPO_PATH=/repo_path
|
|
ENV OUTPUT_PATH=/output_path
|
|
|
|
CMD ["/bin/bash", "/run.sh"]
|