add docker

This commit is contained in:
2026-01-19 17:46:26 +07:00
parent 2072052437
commit 7dcb8fc565
2 changed files with 52 additions and 0 deletions

36
.dockerignore Normal file
View File

@@ -0,0 +1,36 @@
# Docker Ignore File
.git
.gitignore
README.md
*.md
*.log
.txt
.env
.env.*
.dockerignore
Dockerfile
vendor/
bin/
tmp/
temp/
dist/
coverage/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Loại trừ các file tạm thời và biên dịch
test/
tests/
*.test
*_test.go
# Loại trừ các file cấu hình IDE
.idea/
.vscode/
*.swp
*.swo