Update Dockerfile

Enable txindex for docker by default
This commit is contained in:
kodxana 2022-05-13 00:44:19 +02:00 committed by GitHub
parent f59366c60d
commit f28e8d11b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,8 @@ COPY --from=build-container /go/bin /bin
VOLUME ["/root/.lbcd"]
RUN echo "txindex=1" >> /root/.lbcd/lbcd.conf
EXPOSE 9245 9246
ENTRYPOINT ["lbcd"]