Skip to content

Commit

Permalink
refactor(docker): 💡 increase verbosity for stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 16, 2023
1 parent 31919b5 commit 85dd066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [[ ! -d /root/.lightning/keystore ]]; then
lgtn keys generate
fi

lgtn -v run
lgtn -vv run
EOF

RUN chmod +x /root/init
Expand Down

0 comments on commit 85dd066

Please sign in to comment.