docs: add docker build and push instructions to README

This commit is contained in:
2026-04-03 10:00:19 -05:00
parent 1ddf27b2f1
commit c985b357b7

View File

@@ -92,6 +92,18 @@ docker-compose down
docker-compose build --no-cache
```
## Deploy
### Build y Push a Registry
```bash
# Construir imagen
docker build -t gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro .
# Push al registry
docker push gitea.onecluster.org/oneteam/naliia_bot:v1.0.0_pro
```
### Desarrollo local
```bash