system/README.md

8 lines
173 B
Markdown
Raw Normal View History

2025-04-09 16:45:38 +00:00
# Activity Block Wrapper
### Example Usage with Docker
1. **Build the Base Image**:
```bash
docker build -f Dockerfile.base -t activity_block_wrapper:latest .
```