Merge pull request #3511 from KevenLi8888/add-dockerignore

ci: add .dockerignore to exclude env files to prevent potential key leakages 避免潜在的密钥泄漏
This commit is contained in:
Yifei Zhang 2023-12-18 15:26:32 +08:00 committed by GitHub
commit a454c39ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.dockerignore Normal file
View File

@ -0,0 +1,8 @@
# local env files
.env*.local
# docker-compose env files
.env
*.key
*.key.pub