Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
lopu committed Sep 7, 2018
1 parent acd5bfc commit 39c772b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"dockerTest" : "docker build -t lopudesigns/wenode-testing . -f Dockerfiles/test.Dockerfile",
"dockerStart" : "./scripts/start-full-multi.sh",
"dockerStartGenesis" : "./scripts/start-full-multi-genesis.sh",
"dockerRun" : "npm run dockerBuild && npm run dockerStart && npm run dockerLogs",
"dockerRunReady" : "npm run dockerBuildReady && npm run dockerStart && npm run dockerLogs",
"dockerRunGenesis" : "npm run dockerBuildGenesis && npm run dockerStartGenesis && npm run dockerLogs",
"dockerRunReadyGenesis" : "npm run dockerBuildReadyGenesis && npm run dockerStartGenesis && npm run dockerLogs",
"docker" : "npm run dockerBuild && npm run dockerStart && npm run dockerLogs",
"dockerReady" : "npm run dockerBuildReady && npm run dockerStart && npm run dockerLogs",
"dockerGenesis" : "npm run dockerBuildGenesis && npm run dockerStartGenesis && npm run dockerLogs",
"dockerReadyGenesis" : "npm run dockerBuildReadyGenesis && npm run dockerStartGenesis && npm run dockerLogs",
"dockerDebug" : "docker build -t lopudesigns/wenode-debugging . -f Dockerfiles/debug.Dockerfile",
"dockerLogs" : "docker logs --tail 1000 -f wenode-test",
"dockerWallet" : "docker exec -it wenode-test /usr/local/node/bin/wallet",
Expand Down

0 comments on commit 39c772b

Please sign in to comment.