Skip to content

Commit

Permalink
replaced underlying os for pandacash in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbarwicki committed Oct 31, 2018
1 parent 72ed27f commit 8c850e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Distributed under the MIT license - https://opensource.org/licenses/MIT
FROM debian:stretch-slim
FROM node:8

ENV VERSION 0.18.2
ENV CHECKSUM 28d8511789a126aff16e256a03288948f2660c3c8cb0a4c809c5a8618a519a16
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ var options = {
// time: argv.t,
}

console.log("OPTIONS:");
console.log(options);

const BITBOXSDK = require('bitbox-sdk/lib/bitbox-sdk');
const BITBOX = new BITBOXSDK.default();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "pandacash-cli is a one-click blockchain solution for easier Bitcoin Cash development.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start": "node index.js --debug",
"node:build": "docker build -t pandacash .",
"postinstall": "npm run node:build"
},
Expand Down
Binary file removed pitch.key
Binary file not shown.

0 comments on commit 8c850e7

Please sign in to comment.