build: integrate Docker functionality
Add environment variables throughout the code base to support Docker compose integration. ref: N25B-280
This commit is contained in:
14
.dockerignore
Normal file
14
.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
.git
|
||||
.venv
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
README.md
|
||||
.gitlab-ci.yml
|
||||
.gitignore
|
||||
.pre-commit-config.yaml
|
||||
.githooks/
|
||||
test/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
Reference in New Issue
Block a user