ploughshares/.cursor/rules/docker-organization.mdc

11 lines
277 B
Plaintext

---
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