fix: use --offline for uv (#3896)

This commit is contained in:
Vlad Stan
2026-03-25 13:10:47 +02:00
committed by GitHub
parent 9177dd195b
commit 7d734ecb74
+1 -1
View File
@@ -43,4 +43,4 @@ ENV LNBITS_HOST="0.0.0.0"
EXPOSE 5000
CMD ["sh", "-c", "uv run lnbits --port $LNBITS_PORT --host $LNBITS_HOST --forwarded-allow-ips='*'"]
CMD ["sh", "-c", "uv --offline run lnbits --port $LNBITS_PORT --host $LNBITS_HOST --forwarded-allow-ips='*'"]