project_start/dockerfiles/clickhouse/Dockerfile

3 lines
65 B
Docker

FROM ubuntu:22.10
COPY ./scripts/* /home/
RUN sh /home/install.sh