* Added pid file declaration to start command for clightning
* Added poetry install for lnbits
This commit is contained in:
@@ -35,4 +35,4 @@ ENV LNBITS_HOST="0.0.0.0"
|
||||
|
||||
EXPOSE $LNBITS_PORT
|
||||
|
||||
CMD ["sh", "-c", "poetry run lnbits --port $LNBITS_PORT --host $LNBITS_HOST"]
|
||||
CMD ["sh", "-c", "poetry install && poetry run lnbits --port $LNBITS_PORT --host $LNBITS_HOST"]
|
||||
|
||||
Reference in New Issue
Block a user