Add dockerignore files to backend services
Add .dockerignore files to coordinator, ocr-service, and validate-service to exclude virtual environments and bytecode compilation cache from Docker buildspull/57/head
parent
77d8ca8b35
commit
26d945e7eb
|
|
@ -0,0 +1,3 @@
|
|||
.venv
|
||||
venv
|
||||
__pycache__
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
venv
|
||||
.venv
|
||||
__pycache__
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
.venv
|
||||
venv
|
||||
__pycache__
|
||||
Loading…
Reference in New Issue