Skip to content

Commit 3deef2e

Browse files
committed
fix cursor rules
1 parent 1cdb564 commit 3deef2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cursor/rules/backend_service_template.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ When adding a new service like `svc_example`, you also need to update the main `
872872
Remember to rebuild and restart your Docker Compose environment after making these changes:
873873

874874
```bash
875-
docker-compose down && docker-compose up -d --build
875+
docker compose up -d --build --force-recreate
876876
```
877877

878878
## Dependencies

0 commit comments

Comments
 (0)