Add .dockerignore to exclude sensitive files from build context

This commit is contained in:
Viktor Liu
2026-02-12 21:09:34 +08:00
parent e0874d7de7
commit 412407adc0

6
.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
.env
.env.*
*.pem
*.key
*.crt
*.p12