Add Dockerfile and .dockerignore for face-service

This commit is contained in:
mwpn
2026-03-08 14:37:44 +07:00
parent a26cd2e224
commit fb0ce56bf3
2 changed files with 30 additions and 0 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
.venv
venv
__pycache__
*.pyc
.git
.gitignore
*.md
.env
.env.*