mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +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"]
|