* Add lnbits-v1 * use v1 in dev when specified --------- Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com> Co-authored-by: k00b <k00b@stacker.news>
5 lines
143 B
Docker
5 lines
143 B
Docker
FROM lnbits/lnbits:latest
|
|
|
|
|
|
COPY ["./data/database.sqlite3", "/app/data/database.sqlite3"]
|
|
COPY ["./data/.super_user", "/app/data/.super_user"] |