adding debug for chainqueryconfig.toml
This commit is contained in:
parent
32e7ab3a55
commit
75ea4c1577
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ RUN adduser chainquery --gecos GECOS --shell /bin/bash --disabled-password --hom
|
||||||
|
|
||||||
COPY --from=0 /download/chainquery /usr/bin
|
COPY --from=0 /download/chainquery /usr/bin
|
||||||
COPY chainqueryconfig.toml /etc/chainquery
|
COPY chainqueryconfig.toml /etc/chainquery
|
||||||
|
RUN ls -lAh /etc |grep chain && \
|
||||||
|
ls -lAh /etc/chainquery && \
|
||||||
|
cat /etc/chainquery/chainqueryconfig.toml
|
||||||
COPY start.sh /usr/local/bin/start
|
COPY start.sh /usr/local/bin/start
|
||||||
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint
|
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue