mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 00:24:41 +00:00
7 lines
133 B
Docker
7 lines
133 B
Docker
|
# docker build -t yandex/clickhouse-split-build-smoke-test .
|
||
|
FROM yandex/clickhouse-binary-builder
|
||
|
|
||
|
COPY run.sh /run.sh
|
||
|
|
||
|
CMD /run.sh
|