v0.0.3: Docker Publishing Fix
v0.0.3 - Docker Publishing Fix
Fixed
- Fixed Dockerfile COPY syntax that was causing Docker Hub publishing to fail
- Removed unsupported shell redirection syntax from Dockerfile
Automation Status
- ✅ PyPI trusted publishing working
- ✅ Docker Hub multi-platform builds working
Installation
Via Pip:
```bash
pip install censorbot==0.0.3
```
Via Docker:
```bash
docker pull samuelmukoti/censorbot:0.0.3
docker pull samuelmukoti/censorbot:latest
```
See README.md for full documentation.