Update README.md
This commit is contained in:
@@ -10,7 +10,7 @@ Este proyecto automatiza el envio de denuncias de emisiones ilegales de contenid
|
||||
|
||||
### 🚫 NUNCA ejecutes este comando:
|
||||
```bash
|
||||
docker run -e USE_MOCK_DATA=true ghcr.io/jorgeteixe/l4l1g4-d3nunc145:latest
|
||||
docker run -e USE_MOCK_DATA=true jorgeteixe/laliga-denuncias:latest
|
||||
```
|
||||
|
||||
**¿Por qué?** Este comando genera y envía denuncias falsas automáticamente al sitio oficial de LaLiga. Solo debe usarse en entornos de desarrollo con URLs de prueba.
|
||||
@@ -95,7 +95,7 @@ USE_MOCK_DATA=false
|
||||
docker run -v $(pwd)/denuncias.yml:/app/denuncias.yml \
|
||||
-v $(pwd)/images:/app/images \
|
||||
-v $(pwd)/.env:/app/.env \
|
||||
ghcr.io/jorgeteixe/l4l1g4-d3nunc145:latest
|
||||
jorgeteixe/laliga-denuncias:latest
|
||||
|
||||
# O construir localmente si prefieres
|
||||
docker build -t laliga-denuncias .
|
||||
@@ -151,7 +151,7 @@ imagen: "" # No subir imagen
|
||||
docker run -v $(pwd)/denuncias.yml:/app/denuncias.yml \
|
||||
-v $(pwd)/images:/app/images \
|
||||
-e HEADLESS=false \
|
||||
ghcr.io/jorgeteixe/l4l1g4-d3nunc145:latest
|
||||
jorgeteixe/laliga-denuncias:latest
|
||||
```
|
||||
|
||||
### Modo Prueba (SOLO PARA DESARROLLO)
|
||||
@@ -159,7 +159,7 @@ docker run -v $(pwd)/denuncias.yml:/app/denuncias.yml \
|
||||
# ⚠️ NUNCA usar en produccion contra LaLiga real
|
||||
docker run -e USE_MOCK_DATA=true \
|
||||
-e TARGET_URL=http://localhost:3000 \
|
||||
ghcr.io/jorgeteixe/l4l1g4-d3nunc145:latest
|
||||
jorgeteixe/laliga-denuncias:latest
|
||||
```
|
||||
|
||||
## 🔍 Que Hace el Script
|
||||
|
Reference in New Issue
Block a user