kubeseal-webgui
kubeseal-webgui copied to clipboard
Add dockerignore file
Describe the bug
Currently every file from the repo gets copied when COPY is used. We can and should ignore quiet a few of them like __pycache__ dirs.
To Reproduce Steps to reproduce the behavior:
- Build container
- look for
__pycache__directories
Expected behavior Those development files should not be part of the container image