mirror of
https://github.com/simple-login/app.git
synced 2024-11-14 08:01:13 +01:00
55f54497f2
* reduce number of layers * remove vim installation * add LICENSE and README to .dockerignore * don't cache with pip * add EXPOSE directive This set of changes reduces the image size by almost 100 Mb.
10 lines
85 B
Text
10 lines
85 B
Text
.idea/
|
|
*.pyc
|
|
db.sqlite
|
|
.env
|
|
.pytest_cache
|
|
.vscode
|
|
.DS_Store
|
|
config
|
|
LICENSE
|
|
README.md
|