diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 15:39:09 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 15:39:09 +0900 |
| commit | 6174901a121cebf6448db3fef5e68a375dec9b61 (patch) | |
| tree | c47e6fa1fbe1ffab344595d94d8024949f2f8808 /.dockerignore | |
| parent | 75e85546a2880b87aaebd6800cefceb86269cc94 (diff) | |
feat: optimize Dockerfiles with multi-stage builds, non-root user, .dockerignore
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..8daace4 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,18 @@ +__pycache__ +*.pyc +*.pyo +.git +.github +.venv +.env +.env.* +!.env.example +tests/ +docs/ +*.md +.ruff_cache +.pytest_cache +.mypy_cache +monitoring/ +scripts/ +cli/ |
