mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
9 lines
145 B
YAML
9 lines
145 B
YAML
version: '2.2'
|
|
services:
|
|
golang1:
|
|
build:
|
|
context: ./
|
|
network: host
|
|
# to keep container running
|
|
command: sleep infinity
|