We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e8916 commit 507b7d2Copy full SHA for 507b7d2
1 file changed
complexity/Dockerfile
@@ -1,6 +1,6 @@
1
FROM docker.io/library/clickhouse:25.4
2
LABEL version="0.2.0"
3
4
-COPY gcs-downloads/complexity/* /docker-entrypoint-initdb.d/
+COPY gcs-downloads/complexity/* /var/lib/clickhouse/user_files/
5
6
COPY complexity/create.sql /docker-entrypoint-initdb.d/
0 commit comments