From 83054925d7fee396bd585576253a08cb2e5e693b Mon Sep 17 00:00:00 2001 From: Leopere Date: Sun, 4 Nov 2018 13:22:13 -0500 Subject: [PATCH] updated config location --- chainquery/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainquery/Dockerfile b/chainquery/Dockerfile index f90d2cf..f78f444 100644 --- a/chainquery/Dockerfile +++ b/chainquery/Dockerfile @@ -23,7 +23,7 @@ FROM ubuntu:18.04 as app RUN adduser chainquery --gecos GECOS --shell /bin/bash --disabled-password --home /home/chainquery COPY --from=0 /download/chainquery /usr/bin -COPY chainqueryconfig.toml /data/chainqueryconfig.toml +COPY chainqueryconfig.toml /etc/chainquery/chainqueryconfig.toml COPY start.sh /usr/local/bin/start COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint