Skip to content

Commit 563c16d

Browse files
committed
Add cache breaking docker-compose command
1 parent 4a1ab44 commit 563c16d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"dc-up-debug-tls": "npm run dc-orchestrator-testers -- -f ./compose/orchestrator-testers-compose.debug_tls-scanner.yml up",
3434
"// Full system run": "dc-build, dc-up, dc-down",
3535
"dc-build": "npm run dc-orchestrator-testers build",
36+
"dc-build-no-cache": "npm run dc-orchestrator-testers build -- --no-cache",
3637
"dc-up": "npm run dc-orchestrator-testers up",
3738
"dc-down": "npm run dc-orchestrator-testers down",
3839
"//": "Containers must be up before running exec commands.",

0 commit comments

Comments
 (0)