Browse Source

chore(docker): exclude runtime secrets from image context

刘立冬 12 giờ trước cách đây
mục cha
commit
9ad6731eb9
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      .dockerignore

+ 7 - 0
.dockerignore

@@ -0,0 +1,7 @@
+.git
+**/.env
+**/.env.*
+!**/.env.example
+**/__pycache__
+**/*.pyc
+**/outputs