diff options
-rw-r--r-- | .dockerignore | 1 | ||||
-rw-r--r-- | .maven-dockerignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index d1ef9af..37d3903 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,3 +2,4 @@ **/*.pyc **/__pycache__/ **/__pycache__/** +**/app_tests diff --git a/.maven-dockerignore b/.maven-dockerignore index ae0b59d..03bcb4e 100644 --- a/.maven-dockerignore +++ b/.maven-dockerignore @@ -3,4 +3,5 @@ target/docker/ **/*.pyc **/__pycache__/ **/__pycache__/** +**/app_tests |