zkt25/z1/remove-app.sh

6 lines
79 B
Bash
Executable File

#!/bin/bash
echo "Removing app..."
docker-compose down -v
echo "Removed app."