Browse Source

Fix #37

Thanks @oktapodia
fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
69a3478ec2
  1. 6
      Dockerfile
  2. 5
      README.md

6
Dockerfile

@ -0,0 +1,6 @@
FROM node:8
WORKDIR /workspace
COPY . .
RUN npm install
CMD npm start
EXPOSE 3002

5
README.md

@ -42,6 +42,11 @@ The below instructions are geared toward BTC, but can be adapted easily to other
5. `npm start` to start the local server
6. Visit http://127.0.0.1:3002/
## Run via Docker
1. `docker build -t btc-rpc-explorer .`
2. `docker run -p 3002:3002 -it btc-rpc-explorer`
# Screenshots
<table>

Loading…
Cancel
Save