5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/bash
|
|
set -e
|
|
echo "Zastavujeme kontajnery..."
|
|
docker-compose down
|