6 lines
296 B
Plaintext
6 lines
296 B
Plaintext
---
|
|
description: Rules regarding docker usage in the project.
|
|
globs: Dockerfile*
|
|
---
|
|
- Use Docker for containerization and ensure easy deployment.
|
|
- Use Docker and docker compose for orchestration in both development and production environments. Avoid using the obsolete `docker-compose` command. |