Browse Source

RHL-005-feat(docker): add .dockerignore to exclude env files and build outputs

Code_Uwe 1 tháng trước cách đây
mục cha
commit
82b73c21b1
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      .dockerignore

+ 14 - 0
.dockerignore

@@ -0,0 +1,14 @@
+# env files (never bake secrets into images)
+.env*
+!.env*.example
+
+# dependencies / build output
+node_modules
+.next
+coverage
+.git
+.DS_Store
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+.pnpm-debug.log*