simple-login/.dockerignore
Nicolas CARPi 55f54497f2 Improve the Dockerfile
* 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.
2020-01-23 16:04:06 +01:00

11 lines
85 B
Plaintext

.idea/
*.pyc
db.sqlite
.env
.pytest_cache
.vscode
.DS_Store
config
LICENSE
README.md