fix: docker image dont rebuild after restart (#4057)

This commit is contained in:
dni ⚡ 2026-07-13 10:17:28 +02:00 committed by GitHub
parent 09e44f18e5
commit 3b6e87b060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,4 +43,4 @@ ENV LNBITS_HOST="0.0.0.0"
EXPOSE 5000
CMD ["sh", "-c", "uv --offline run lnbits --port $LNBITS_PORT --host $LNBITS_HOST --forwarded-allow-ips='*'"]
CMD ["sh", "-c", "uv --offline run --no-sync lnbits --port $LNBITS_PORT --host $LNBITS_HOST --forwarded-allow-ips='*'"]