File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ RUN apt-get update && \
1616 apt-get install -y \
1717 xxd \
1818 curl \
19- jq
19+ jq && \
20+ apt-get clean && \
21+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2022
2123RUN pip3 install bcrypt
2224
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ if [ "$CONFIG_LN_IMPLEMENTATION" = "LndRestWallet" ]; then
144144 done
145145fi
146146
147- poetry run lnbits --port $LNBITS_PORT --host $LNBITS_HOST &
147+ uv run lnbits --port $LNBITS_PORT --host $LNBITS_HOST --forwarded-allow-ips= ' * ' &
148148lnbits_process=$!
149149
150150until (
Original file line number Diff line number Diff line change 11id : lnbits
22title : " LNBits"
3- version : 1.3.0
3+ version : 1.3.0.1
44release-notes : |
55 * Update to v1.3.0 [release notes](https://github.com/lnbits/lnbits/releases/tag/v1.3.0)
66license : MIT
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ export const migration: T.ExpectedExports.migration =
3333 } ,
3434 } ,
3535 } ,
36- "1.3.0"
36+ "1.3.0.1 "
3737 ) ;
You can’t perform that action at this time.
0 commit comments