mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
8 lines
181 B
Docker
8 lines
181 B
Docker
# docker build -t yandex/clickhouse-split-build-smoke-test .
|
|
FROM yandex/clickhouse-binary-builder
|
|
|
|
COPY run.sh /run.sh
|
|
COPY process_split_build_smoke_test_result.py /
|
|
|
|
CMD /run.sh
|