Skip to content

Commit

Permalink
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Jan 15, 2021
2 parents b5b932b + a383439 commit 740e925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env-sample
Expand Up @@ -38,7 +38,7 @@
# If electrumx set, the BTCEXP_ELECTRUMX_SERVERS variable must also be
# set.
# Default: none
#BTCEXP_ADDRESS_API=(electrumx|blockchain.com|blockcypher.com)
#BTCEXP_ADDRESS_API=(electrumx|blockchain.com|blockchair.com|blockcypher.com)

# Optional ElectrumX Servers. See BTCEXP_ADDRESS_API. This value is only
# used if BTCEXP_ADDRESS_API=electrumx
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -6,5 +6,6 @@ RUN npm install
FROM node:8-alpine
WORKDIR /workspace
COPY --from=builder /workspace .
RUN apk --update add git
CMD npm start
EXPOSE 3002

0 comments on commit 740e925

Please sign in to comment.