Add .dockerignore to all Node products (skip node_modules/dist/tests in build context)
All checks were successful
CI — P2 Drift (Go + Node) / saas (push) Successful in 25s
CI — P2 Drift (Go + Node) / agent (push) Successful in 52s
CI — P3 Alert / test (push) Successful in 29s
CI — P5 Cost / test (push) Successful in 23s
CI — P4 Portal / test (push) Successful in 36s
CI — P6 Run / saas (push) Successful in 21s
All checks were successful
CI — P2 Drift (Go + Node) / saas (push) Successful in 25s
CI — P2 Drift (Go + Node) / agent (push) Successful in 52s
CI — P3 Alert / test (push) Successful in 29s
CI — P5 Cost / test (push) Successful in 23s
CI — P4 Portal / test (push) Successful in 36s
CI — P6 Run / saas (push) Successful in 21s
This commit is contained in:
7
products/02-iac-drift-detection/saas/.dockerignore
Normal file
7
products/02-iac-drift-detection/saas/.dockerignore
Normal file
@@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
dist
|
||||
.git
|
||||
*.md
|
||||
tests
|
||||
coverage
|
||||
.env*
|
||||
7
products/03-alert-intelligence/.dockerignore
Normal file
7
products/03-alert-intelligence/.dockerignore
Normal file
@@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
dist
|
||||
.git
|
||||
*.md
|
||||
tests
|
||||
coverage
|
||||
.env*
|
||||
7
products/04-lightweight-idp/.dockerignore
Normal file
7
products/04-lightweight-idp/.dockerignore
Normal file
@@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
dist
|
||||
.git
|
||||
*.md
|
||||
tests
|
||||
coverage
|
||||
.env*
|
||||
7
products/05-aws-cost-anomaly/.dockerignore
Normal file
7
products/05-aws-cost-anomaly/.dockerignore
Normal file
@@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
dist
|
||||
.git
|
||||
*.md
|
||||
tests
|
||||
coverage
|
||||
.env*
|
||||
7
products/06-runbook-automation/saas/.dockerignore
Normal file
7
products/06-runbook-automation/saas/.dockerignore
Normal file
@@ -0,0 +1,7 @@
|
||||
node_modules
|
||||
dist
|
||||
.git
|
||||
*.md
|
||||
tests
|
||||
coverage
|
||||
.env*
|
||||
Reference in New Issue
Block a user