4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/bash
|
||
|
echo "Removing app..."
|
||
|
docker compose down -v --remove-orphans
|