Start getting ready for adding chainquery start.sh magic
This commit is contained in:
parent
3dbbcd05c1
commit
bcee2be8b7
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ COPY --from=0 /download/chainquery /usr/bin
|
||||||
|
|
||||||
# ADD --chown=1000:1000 https://github.com/lbryio/chainquery/releases/download/latest/chainquery_latest_Linux_x86_64.zip /usr/bin
|
# ADD --chown=1000:1000 https://github.com/lbryio/chainquery/releases/download/latest/chainquery_latest_Linux_x86_64.zip /usr/bin
|
||||||
COPY chainqueryconfig.toml /etc/chainquery/
|
COPY chainqueryconfig.toml /etc/chainquery/
|
||||||
RUN ls -lAh /etc |grep chain && \
|
ADD --chown=1000:1000 https://raw.githubusercontent.com/lbryio/chainquery/master/config/default/chainqueryconfig.toml /etc/chainquery/chainqueryconfig.toml.orig
|
||||||
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