system/README.md
gitea_admin_user 9a8753f490
All checks were successful
CI Workflow / Testing the Block (push) Successful in 1m43s
CI Workflow / Containerize the Block (push) Successful in 1m42s
Add initial files
2025-04-09 16:45:38 +00:00

8 lines
173 B
Markdown

# Activity Block Wrapper
### Example Usage with Docker
1. **Build the Base Image**:
```bash
docker build -f Dockerfile.base -t activity_block_wrapper:latest .
```