useful dockerignores to ignore local python env
that were docker ignores needed to ignore a local python env and its sqlite db
This commit is contained in:
parent
e2e74926ca
commit
2b433c4d29
2
.dockerignore
Normal file
2
.dockerignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
.git
|
||||
env
|
2
docker/idhub.Dockerfile.dockerignore
Normal file
2
docker/idhub.Dockerfile.dockerignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
# if any sqlite db is hardcoded in git repo
|
||||
IdHub/db.sqlite3
|
Reference in a new issue