feat: use uv instead of poetry
This commit is contained in:
parent
d28fa075b8
commit
a09dda1d5f
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ services:
|
|||
image: lnbits/lnbits
|
||||
restart: on-failure
|
||||
user: "0:0"
|
||||
entrypoint: "sh -c 'sleep 30; poetry run lnbits'"
|
||||
entrypoint: "sh -c 'sleep 30; uv run lnbits'"
|
||||
environment:
|
||||
HOST: lnbits
|
||||
PORT: 5001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue