|
---
|
|
description:
|
|
globs:
|
|
alwaysApply: false
|
|
---
|
|
# Docker Organization
|
|
|
|
- Keep all source code adjacent to its corresponding Dockerfile
|
|
- Avoid separating application code from its Docker configuration
|
|
- Place related files in the same directory as the Dockerfile they support
|