Browse Source

ci: add .dockerignore to exclude env files

Qian (Keven) Li 1 year ago
parent
commit
93cee18300
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .dockerignore

+ 8 - 0
.dockerignore

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