We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be59056 commit 97aed6dCopy full SHA for 97aed6d
1 file changed
trueblocks/Dockerfile
@@ -34,9 +34,12 @@ RUN apt-get update \
34
35
COPY --from=builder /src/bin/chifra /usr/local/bin/chifra
36
37
+# Tell chifra to look here instead of its default $HOME/.local/share/trueblocks
38
+ENV XDG_CONFIG_HOME=/config
39
+
40
# Ship chifra's bundled per-chain configs (allocs.csv etc.) for known public
41
# networks; without them chifra's IsNodeArchive can't validate against block 0.
-COPY --from=builder /src/src/other/install/per-chain /root/.local/share/trueblocks/config
42
+COPY --from=builder /src/src/other/install/per-chain /config/config
43
44
EXPOSE 8080
45
ENTRYPOINT ["chifra"]
0 commit comments