mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 09:54:21 +01:00
1bee84d419
By doing a multi-stage Docker build, the size of the final image is reduced by ~45%.
26 lines
232 B
Plaintext
26 lines
232 B
Plaintext
.git
|
|
data
|
|
docker
|
|
docs
|
|
tests
|
|
node_modules
|
|
|
|
lnbits/static/css/*
|
|
lnbits/static/bundle.js
|
|
lnbits/static/bundle.css
|
|
|
|
*.md
|
|
!README.md
|
|
*.log
|
|
|
|
.env
|
|
|
|
.gitignore
|
|
.prettierrc
|
|
LICENSE
|
|
Makefile
|
|
mypy.ini
|
|
package-lock.json
|
|
package.json
|
|
pytest.ini
|