Skip to content

Commit

Permalink
chore(karfia-docker-compose): add missing bin.js (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Mar 19, 2024
1 parent 86dd55d commit 772af9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"memory": 2048
},
"environment": {
"DISABLE_WALLET": "1",
"DISABLEWALLET": "1",
"RPCUSER": {
"key": "RPC_USER"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/karfia-docker-compose/bin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /usr/bin/env node
/* eslint-disable */
require('./commands.js');

0 comments on commit 772af9e

Please sign in to comment.