Skip to content
Snippets Groups Projects
Commit 594fad74 authored by ale's avatar ale
Browse files

Ensure /etc/clickhouse-server is readable

parent 4007f5c9
No related branches found
No related tags found
No related merge requests found
Pipeline #54444 passed
......@@ -13,7 +13,9 @@ RUN apt-get -q update \
&& apt-get -q remove --purge -y ca-certificates \
&& apt-get -q autoremove -y \
&& apt-get -q clean \
&& rm -fr /var/lib/apt/lists/*
&& rm -fr /var/lib/apt/lists/* \
&& chown -R root:root /etc/clickhouse* \
&& chmod -R a+rX /etc/clickhouse*
ENTRYPOINT ["/usr/bin/clickhouse-server", "--config=/etc/clickhouse-server/config.xml"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment