Add .dockerignore file
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Brain 2024-08-21 21:09:12 +02:00
parent a5a85e6032
commit 155ddc556c
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A

9
.dockerignore Normal file
View File

@ -0,0 +1,9 @@
*
!Pipfile
!Pipfile.lock
!data/
!ki/
!LICENSES/
!migrations/
!app.py
!run_prod.py