From 7d734ecb74344663570ed9e531ddc44694895bb1 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 25 Mar 2026 13:10:47 +0200 Subject: [PATCH] fix: use `--offline` for `uv` (#3896) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index afb10c123..971b4c361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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='*'"]