mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
10 lines
173 B
Docker
10 lines
173 B
Docker
# docker build -t clickhouse/docs-release .
|
|
FROM clickhouse/docs-builder
|
|
|
|
COPY run.sh /
|
|
|
|
ENV REPO_PATH=/repo_path
|
|
ENV OUTPUT_PATH=/output_path
|
|
|
|
CMD ["/bin/bash", "/run.sh"]
|