mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
5 lines
97 B
Docker
5 lines
97 B
Docker
# docker build -t clickhouse/test-util .
|
|
|
|
FROM scratch
|
|
COPY process_functional_tests_result.py /
|