48a57513f4
* create new Dockerfile using poetry * dont use unsure docker hub image * add example env variable to docker command * remove copy of lnbits, and order of commands * add build.py for static files * add compiled resources to docker ignore, so we don't accidently add it to image * use generic python * CMD with arguments Co-authored-by: dni <dni.khr@gmail.com>
26 lines
219 B
Plaintext
26 lines
219 B
Plaintext
.git
|
|
data
|
|
docker
|
|
docs
|
|
tests
|
|
venv
|
|
tools
|
|
|
|
lnbits/static/css/*
|
|
lnbits/static/bundle.js
|
|
lnbits/static/bundle.css
|
|
|
|
*.md
|
|
*.log
|
|
|
|
.env
|
|
|
|
.gitignore
|
|
.prettierrc
|
|
LICENSE
|
|
Makefile
|
|
mypy.ini
|
|
package-lock.json
|
|
package.json
|
|
pytest.ini
|