Undo
This commit is contained in:
parent
6a27bca985
commit
ded07ec9a1
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ FROM ubuntu:18.04 as app
|
||||||
|
|
||||||
RUN adduser chainquery --gecos GECOS --shell /bin/bash --disabled-password --home /home/chainquery
|
RUN adduser chainquery --gecos GECOS --shell /bin/bash --disabled-password --home /home/chainquery
|
||||||
|
|
||||||
# COPY --from=0 /download/chainquery /usr/bin
|
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 && \
|
RUN ls -lAh /etc |grep chain && \
|
||||||
ls -lAh /etc/chainquery/ && \
|
ls -lAh /etc/chainquery/ && \
|
||||||
|
|
Loading…
Reference in a new issue