Skip to content

Commit 93d3339

Browse files
authored
feat: Update applyTo in containerization-docker-best-practices.instructions.md (#186)
Allow to use this instruction only when you are working in docker files
1 parent 32c02bf commit 93d3339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions/containerization-docker-best-practices.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo: '*'
2+
applyTo: '**/Dockerfile,**/Dockerfile.*,**/*.dockerfile,**/docker-compose*.yml,**/docker-compose*.yaml'
33
description: 'Comprehensive best practices for creating optimized, secure, and efficient Docker images and managing containers. Covers multi-stage builds, image layer optimization, security scanning, and runtime best practices.'
44
---
55

0 commit comments

Comments
 (0)