This commit is contained in:
Leopere 2018-11-04 18:18:40 -05:00
parent 6a27bca985
commit ded07ec9a1

View file

@ -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/ && \