5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
echo "🛑 Deteniendo pycore ..."
|
|
docker-compose down
|
|
echo "✅ Servicios detenidos"
|