Pull chainquery from prep container

This commit is contained in:
Leopere 2018-11-04 13:02:38 -05:00
parent 4fd7993456
commit 2970cc6f7b

View file

@ -22,7 +22,7 @@ FROM ubuntu:18.04 as app
RUN adduser chainquery --gecos GECOS --shell /bin/bash --disabled-password --home /home/chainquery
COPY /download/chainquery /usr/bin
COPY --from=0 /download/chainquery /usr/bin
COPY chainqueryconfig.toml /data/chainqueryconfig.toml
COPY start.sh /usr/local/bin/start
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint