Update Dockerfile

This commit is contained in:
kodxana 2022-05-13 15:47:50 +02:00 committed by GitHub
parent 7aa99ae8e1
commit 82485f4c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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