Typed the wrong user

This commit is contained in:
Leopere 2018-10-03 14:30:18 -04:00
parent 1656b5017f
commit 749bec6b90

View file

@ -17,7 +17,7 @@ RUN wget -O /usr/bin/chainquery.zip https://github.com/lbryio/chainquery/release
unzip chainquery.zip && \
rm chainquery.zip
USER lbrycrdd
USER chainquery
## Expose Chainquery API port
EXPOSE 6300 3306